Click or drag to resize

ScreenOverlayPadding Constructor (Double, Double, Double, Double)

Initializes a new instance with the specified padding, in pixels, on each side.

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 left,
	double top,
	double right,
	double bottom
)

Parameters

left
Type: SystemDouble
The padding to use on the left side of the overlay.
top
Type: SystemDouble
The padding to use on the top side of the overlay.
right
Type: SystemDouble
The padding to use on the right side of the overlay.
bottom
Type: SystemDouble
The padding to use on the bottom side of the overlay.
See Also