ScreenOverlayRotationPoint Constructor (Double, Double) |
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(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
public:
ScreenOverlayRotationPoint(
double x,
double y
)
new :
x : float *
y : float -> ScreenOverlayRotationPoint
Parameters
- x
- Type: SystemDouble
The X position of the rotation point, in pixels. - y
- Type: SystemDouble
The Y position of the rotation point, in pixels.
See Also