Padding Constructor (Int32, Int32) |
Initializes a new instance of the Padding class with the specified padding for horizontal and vertical sides
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Padding(
int horizontal,
int vertical
)
Public Sub New (
horizontal As Integer,
vertical As Integer
)
new :
horizontal : int *
vertical : int -> Padding
Parameters
- horizontal
- Type: SystemInt32
Amount of padding to set the Left and Right sides - vertical
- Type: SystemInt32
Amount of padding to set the Top and Bottom sides
See Also