Gets or sets the aspect ratio for the dxf VPORT.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public double AspectRatio { get; set; }
Visual Basic (Declaration)
Public Property AspectRatio As Double
Visual C++
public:
property double AspectRatio {
	double get ();
	void set (double value);
}

Field Value

The aspect ratio of the VPORT.

Remarks

The aspect ratio depends on
  • the the actual drawing area of the CAD program used
  • the aspect ratio of the screen
Set a negative value for an automatic heuristic depending on the primary monitor aspect ratio (default).

See Also