Click or drag to resize

ScreenOverlaySize Constructor (Double, Double)

Initializes a new instance with a specified width and height in pixels.

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
)

Parameters

width
Type: SystemDouble
The width in pixels.
height
Type: SystemDouble
The height in pixels.
See Also