Click or drag to resize

RectangleD2DExpand Method

Expands the rectangle by the specified margin.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Expand(
	Margin2D margin
)

Parameters

margin  Margin2D
The margin.
See Also