Click or drag to resize

DXFReaderNETControlPlotScale Property

Returns/sets the plot scale factor.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public float PlotScale { get; set; }

Property Value

Type: Single
Remarks
The drawing units are multiplied by this property on plotting. For example, setting PlotMode = drCentimeters and PlotScale = 2, every drawing unit is plotted 2 centimeters long. Default value: 1
See Also