Gets / Sets the cameras aspect ratio.
Typically if you were using a form to render your graphics, you would use the fallowing to calculate
an acurate aspect ratio.
Camera.AspectRatio = Form.ClientSize.Width / Form.ClientSize.Height
Camera Class | CBX.Libs.DX9ToolsR4 Namespace