VPortViewAspectRatio Property
|
Gets or sets the view aspect ratio (view width/view height).
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double ViewAspectRatio { get; set; }
Public Property ViewAspectRatio As Double
Get
Set
public:
property double ViewAspectRatio {
double get ();
void set (double value);
}
member ViewAspectRatio : float with get, set
PROPERTY ViewAspectRatio AS REAL8 GET SET
Property Value
Type:
DoubleSee Also