Click or drag to resize

DXFReaderNETControlPlotScale Property

Returns/sets the plot scale factor.

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

Property Value

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