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)
Syntaxpublic ScreenOverlayOrigin Origin { get; }
Public ReadOnly Property Origin As ScreenOverlayOrigin
Get
public:
property ScreenOverlayOrigin Origin {
ScreenOverlayOrigin get ();
}
member Origin : ScreenOverlayOrigin with get
Property Value
Type:
ScreenOverlayOrigin
See Also