SetRenderTarget(Texture)

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Graphics


Sets the active render target. If null is specified, sets the default render target.

Syntax

public void SetRenderTarget(
	Texture texture
)

Back to index