Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / CameraBase Class / ProjectionMatrix Property

In This Topic
    ProjectionMatrix Property
    In This Topic
    Gets or sets the camera Projection matrix.
    Syntax
    'Declaration
     
    Public Property ProjectionMatrix As Double()
    public double[] ProjectionMatrix {get; set;}
    See Also