ScreenOverlayRotationPointOrigin Property |
Gets the origin of rotation. When the
UseOriginAsPoint property is
,
the overlay is rotated around this origin. When
UseOriginAsPoint property is
,
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.2.419.0 (24.2.419.0)
Syntax public ScreenOverlayOrigin Origin { get; }
Public ReadOnly Property Origin As ScreenOverlayOrigin
Get
public:
property ScreenOverlayOrigin Origin {
ScreenOverlayOrigin get ();
}
member Origin : ScreenOverlayOrigin with get
Property Value
Type:
ScreenOverlayOriginSee Also