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