Click or drag to resize

ViewportCameraSettingsClassAspectRatio Property

Gets or sets the aspect ratio for the frustum viewport.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public double AspectRatio { get; }

Property Value

Double
Remarks

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