Click or drag to resize

ScreenOverlayPadding Constructor (Double)

Initializes a new instance with the specified padding, in pixels, on all sides.

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 ScreenOverlayPadding(
	double padding
)

Parameters

padding
Type: SystemDouble
The padding to use on all sides of the overlay.
See Also