ViewportCameraSettingsClassAspectRatio Property |
Gets or sets the aspect ratio for the frustum viewport.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public double AspectRatio { get; }
Property Value
Type:
DoubleRemarks
The ratio between the x and y dimensions of the rectangular area visible through the frustum
is known as aspect ratio: aspect = width / height.
See Also