Click or drag to resize

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
)

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