|
Description
|
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.
|
Syntax Visual Basic
|
[form.]DXFReader.PlotAspectRatio[ = Value!]
|
|
Visual C++
|
float DXFReader.GetPlotAspectRatio(); void DXFReader.SetPlotAspectRatio(float NewValue);
|
|
Delphi
|
property PlotAspectRatio: Single;
|
|
C#
|
float DXFReader.PlotAspectRatio;
|
|
Remarks
|
Use this property to exactly calibrate the plotting device. To set this property set it to its default value, plot a square, measure the actual width and height and set the PlotAspectRatio to the value width / height.
|
|
Data Type
|
Single
|
|
Default Value
|
1
|