ScreenOverlayRotationPointUseOriginAsPoint Property |
Gets a value indicating whether the
Origin property will be used as the rotation point.
If
, the
Point property is used.
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 bool UseOriginAsPoint { get; }
Public ReadOnly Property UseOriginAsPoint As Boolean
Get
public:
property bool UseOriginAsPoint {
bool get ();
}
member UseOriginAsPoint : bool with get
Property Value
Type:
BooleanSee Also