Click or drag to resize

GraphControllerSizeOfGraphWithMarginZoomed Property

Gets the size (in points = 1/72 inch) of the graph with margin with taking into account the current zoom factor. This can be much greater than the actual viewport size, if the zoom factor exceeds the auto zoom factor.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointD2D SizeOfGraphWithMarginZoomed { get; }

Property Value

PointD2D
The size of the zoomed graph with padding.
See Also