Padding Constructor (Int32, Int32, Int32, Int32) |
Initializes a new instance of the Padding class
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Padding(
int left,
int top,
int right,
int bottom
)
Public Sub New (
left As Integer,
top As Integer,
right As Integer,
bottom As Integer
)
new :
left : int *
top : int *
right : int *
bottom : int -> Padding
Parameters
- left
- Type: SystemInt32
Amount of padding to apply to the left - top
- Type: SystemInt32
Amount of padding to apply to the top - right
- Type: SystemInt32
Amount of padding to apply to the right - bottom
- Type: SystemInt32
Amount of padding to apply to the bottom
See Also