Renderer
Description
- Derived from
-
Disposable abstract
IBeginEnd
ILineThickness
The Renderer class provides methods for performing basic 3D drawing.
When IBeginEnd.Begin is called, the following properties are reset to their default value:
The calls to IBeginEnd.Begin and IBeginEnd.End may be nested.
Public / Constructors
Renderer
Creates a new instance of Renderer.
- RenderException
-
If a graphics subsystem error has occurred.
Public / Methods
DrawPrimitiveVertex
3 overloads
Specifies the next vertex for the current 3D primitive.
Specifies the next vertex for the current 3D primitive.
Specifies the next vertex for the current 3D primitive.
Fullscreen
Sets the Bounds of this Renderer object to full-screen (i.e. the size of the current render target, see IGraphicsContext.Size).