Click or drag to resize

ScreenOverlayPoint Constructor (Double, Double, ScreenOverlayUnit, ScreenOverlayUnit)

Initializes a new instance with a specified position expressed in specified units.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScreenOverlayPoint(
	double x,
	double y,
	ScreenOverlayUnit xUnit,
	ScreenOverlayUnit yUnit
)

Parameters

x
Type: SystemDouble
The X position in the unit specified by xUnit.
y
Type: SystemDouble
The Y position in the unit specified by yUnit.
xUnit
Type: AGI.Foundation.Graphics.AdvancedScreenOverlayUnit
The unit of the x position.
yUnit
Type: AGI.Foundation.Graphics.AdvancedScreenOverlayUnit
The unit of the y position.
See Also