Click or drag to resize

GraphDocumentSize Property

Gets/sets the size of this graph in points (1/72 inch). The value returned is exactly the size of the root layer.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override PointD2D Size { get; set; }

Property Value

PointD2D
The size of the graph in points (1/72 inch).
See Also