Initializes a 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 ext
)
Visual Basic (Declaration)
Public Sub New ( _
	ext As Double _
)
Visual C++
public:
Margins(
	double ext
)

Parameters

ext
Type: System..::.Double

See Also