Share

View.ProjectionMatrix Property

Description

Returns the projection matrix used to transform from view space to normalized device space. Make sure not to use ProjectionMatrix when the view is in the interactive state.

Visual Basic

Public Property ProjectionMatrix() As Matrix3d

C#

public Matrix3d ProjectionMatrix;

Conditions

Read-only

Links

View Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?