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; }
Public Property PlotScale As Single
Get
Set
public:
property float PlotScale {
float get ();
void set (float value);
}
member PlotScale : float32 with get, set
PROPERTY PlotScale AS REAL4 GET SET
Property Value
Type:
SingleRemarks
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