Click or drag to resize

G3DCartesicCoordinateSystemUpdateAreaSize Method

Updates the internal storage of the rectangular area size to a new value.

Namespace: Altaxo.Graph.Gdi.CS
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void UpdateAreaSize(
	PointD2D size
)

Parameters

size  PointD2D
The new size.
See Also