RenderTarget Property

Project Mercury API

[This is preliminary documentation and is subject to change.]

Gets the render target.

Namespace:  ProjectMercury.Renderers
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public RenderTarget2D RenderTarget { get; private set; }
Visual Basic (Declaration)
Public Property RenderTarget As RenderTarget2D
Visual C++
public:
property RenderTarget2D^ RenderTarget {
	RenderTarget2D^ get ();
	void set (RenderTarget2D^ value);
}

Field Value

The render target.

See Also