DXFReaderNETControlPlotAspectRatio Property
|
Returns/sets the aspect ratio of the plotted drawing. This aspect ratio is the relationship between the drawing's two dimensions, expressed as width divided by height.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public float PlotAspectRatio { get; set; }
Public Property PlotAspectRatio As Single
Get
Set
public:
property float PlotAspectRatio {
float get ();
void set (float value);
}
member PlotAspectRatio : float32 with get, set
PROPERTY PlotAspectRatio AS REAL4 GET SET
Property Value
Type:
SingleRemarks Default value: 1
See Also