Click or drag to resize

ScreenOverlaySize Constructor (Double, Double, ScreenOverlayUnit, ScreenOverlayUnit)

Initializes a new instance with a specified width and height 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 ScreenOverlaySize(
	double width,
	double height,
	ScreenOverlayUnit widthUnit,
	ScreenOverlayUnit heightUnit
)

Parameters

width
Type: SystemDouble
The width in the unit specified by widthUnit.
height
Type: SystemDouble
The height in the unit specified by heightUnit.
widthUnit
Type: AGI.Foundation.Graphics.AdvancedScreenOverlayUnit
The unit that width is specified in.
heightUnit
Type: AGI.Foundation.Graphics.AdvancedScreenOverlayUnit
The unit that height is specified in.
See Also