Click or drag to resize
AB4D logo

BaseCameraAspectRatio Property

Gets or sets an aspect ratio (width divided by height) of the viewport that is showing the 3D scene.

Namespace: Ab3d.DirectX.Cameras
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public float AspectRatio { get; set; }

Property Value

Single

Implements

ICameraAspectRatio
See Also