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.2.419.0 (24.2.419.0)
Syntax public ScreenOverlayPadding(
double left,
double top,
double right,
double bottom
)
Public Sub New (
left As Double,
top As Double,
right As Double,
bottom As Double
)
public:
ScreenOverlayPadding(
double left,
double top,
double right,
double bottom
)
new :
left : float *
top : float *
right : float *
bottom : float -> ScreenOverlayPadding
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