RenderEnvironmentDevice Property |
Gets the type of device being rendered onto.
Namespace:
Atalasoft.Annotate.Renderer
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic RenderDevice Device { get; }Public ReadOnly Property Device As RenderDevice
Get
Property Value
Type:
RenderDevice The device to render onto.
See Also