SvgImageItemGlobalScale Property

Get/Set a reference to the global scale for the current file.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public FScale GlobalScale { get; set; }

Property Value

FScale

Remarks

This value is calculated using the viewbox dimensions divided by the svg dimensions.

See Also