ScreenOverlayPoint Constructor (Double, Double) |
Initializes a new instance with a specified position in pixels.
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 ScreenOverlayPoint(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
public:
ScreenOverlayPoint(
double x,
double y
)
new :
x : float *
y : float -> ScreenOverlayPoint
Parameters
- x
- Type: SystemDouble
The X position in pixels. - y
- Type: SystemDouble
The Y position in pixels.
See Also