Initializes the new instance of the Margins class with specified parameters.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public Margins(
	double top,
	double bottom,
	double left,
	double right
)
Visual Basic (Declaration)
Public Sub New ( _
	top As Double, _
	bottom As Double, _
	left As Double, _
	right As Double _
)
Visual C++
public:
Margins(
	double top, 
	double bottom, 
	double left, 
	double right
)

Parameters

top
Type: System..::.Double
bottom
Type: System..::.Double
left
Type: System..::.Double
right
Type: System..::.Double

See Also