OverlayRotationPoint Property |
Gets or sets the point that the overlay is rotated around when the
RotationAngle property has a
value other than 0.0.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual ScreenOverlayRotationPoint RotationPoint { get; set; }
Public Overridable Property RotationPoint As ScreenOverlayRotationPoint
Get
Set
public:
virtual property ScreenOverlayRotationPoint RotationPoint {
ScreenOverlayRotationPoint get ();
void set (ScreenOverlayRotationPoint value);
}
abstract RotationPoint : ScreenOverlayRotationPoint with get, set
override RotationPoint : ScreenOverlayRotationPoint with get, set
Property Value
Type:
ScreenOverlayRotationPointSee Also