Click or drag to resize

Margin2D Constructor

Initializes a new instance of the Margin2D struct.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Margin2D(
	double left,
	double top,
	double right,
	double bottom
)

Parameters

left  Double
The left margin.
top  Double
The top margin.
right  Double
The right margin.
bottom  Double
The bottom margin.
See Also