Enum DisplayRenderPosition

Specifies the possible display alignment and stretch modes.

Namespace: ic4
Assembly: ic4dotnet.dll
Syntax
public enum DisplayRenderPosition

Fields

Name Description
Center

Display images unscaled an the center of the window

Custom

Display images at custom coordinates defined by the display's RenderLeft, RenderTop, RenderWidth and RenderHeight properties.

StretchCenter

Display images stretched at the center of the window

StretchTopLeft

Display images stretched at the top left corner of the window

TopLeft

Display images unscaled at the top left corner of the window