Click or drag to resize

Margin Constructor (Int32, Int32, Int32, Int32)

Creates a new instance of Margin specifying the property values.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Margin(
	int left,
	int top,
	int right,
	int bottom
)

Parameters

left
Type: SystemInt32
The left margin.
top
Type: SystemInt32
The top margin.
right
Type: SystemInt32
The right margin.
bottom
Type: SystemInt32
The bottom margin.
See Also