ScreenOverlayRotationPoint Constructor (ScreenOverlayPoint) |
Initializes a new instance with a rotation point specified relative to the overlay's
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 ScreenOverlayRotationPoint(
ScreenOverlayPoint rotationPoint
)
Public Sub New (
rotationPoint As ScreenOverlayPoint
)
public:
ScreenOverlayRotationPoint(
ScreenOverlayPoint rotationPoint
)
new :
rotationPoint : ScreenOverlayPoint -> ScreenOverlayRotationPoint
Parameters
- rotationPoint
- Type: AGI.Foundation.Graphics.AdvancedScreenOverlayPoint
The rotation point.
See Also