ScreenOverlayRotationPointPoint Property |
Gets the point that the overlay is rotated around, defined relative to
Origin. When
UseOriginAsPoint is
, 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.2.419.0 (24.2.419.0)
Syntax public ScreenOverlayPoint Point { get; }
Public ReadOnly Property Point As ScreenOverlayPoint
Get
public:
property ScreenOverlayPoint Point {
ScreenOverlayPoint get ();
}
member Point : ScreenOverlayPoint with get
Property Value
Type:
ScreenOverlayPointSee Also