Click or drag to resize

ScreenOverlayRotationPoint.Origin Property

Gets the origin of rotation. When the UseOriginAsPoint property is true, the overlay is rotated around this origin. When UseOriginAsPoint property is false, the overlay is rotated around Point, which is defined relative to this origin.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public ScreenOverlayOrigin Origin { get; }

Property Value

Type: ScreenOverlayOrigin
See Also