ScreenOverlayRotationPoint.Point Property |
Gets the point that the overlay is rotated around, defined relative to
Origin. When
UseOriginAsPoint is
true, this property is ignored and the
overlay is rotated around the
Origin itself.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic ScreenOverlayPoint Point { get; }
Public ReadOnly Property Point As ScreenOverlayPoint
Get
public:
property ScreenOverlayPoint Point {
ScreenOverlayPoint get ();
}
member Point : ScreenOverlayPoint with get
Property Value
Type:
ScreenOverlayPoint
See Also