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: 25.1.421.0 (25.1.421.0)
Syntax
public ScreenOverlaySize(
	double width,
	double height
)

Parameters

width
Type: System.Double
The width in pixels.
height
Type: System.Double
The height in pixels.
See Also