ScreenOverlayRotationPoint Constructor (ScreenOverlayOrigin) |
Initializes a new instance with the rotation point defined by the given origin within the
rotated overlay.
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(
ScreenOverlayOrigin rotationOrigin
)
Public Sub New (
rotationOrigin As ScreenOverlayOrigin
)
public:
ScreenOverlayRotationPoint(
ScreenOverlayOrigin rotationOrigin
)
new :
rotationOrigin : ScreenOverlayOrigin -> ScreenOverlayRotationPoint
Parameters
- rotationOrigin
- Type: AGI.Foundation.Graphics.AdvancedScreenOverlayOrigin
The origin around which the overlay is rotated.
See Also