DrawSurface Property

Microsoft Robotics Studio

Draw surface

Namespace: Microsoft.Robotics.Simulation.Engine
Assembly:  SimulationEngine (in SimulationEngine.dll)
Version: 1.5.507.0

Syntax

[BrowsableAttribute(false)]
public RenderTarget2D DrawSurface{ get; set;}
'Declaration
<BrowsableAttribute(False)> _
Public Property DrawSurface As RenderTarget2D
[BrowsableAttribute(false)]
public:
property RenderTarget2D^ DrawSurface {
    RenderTarget2D^ get ();
    void set (RenderTarget2D^ value);
}

See Also

CameraEntity Class

Microsoft.Robotics.Simulation.Engine Namespace