Share

View.ScreenMatrix Property

Description

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

Visual Basic

Public Property ScreenMatrix() As Matrix3d

C#

public Matrix3d ScreenMatrix;

Conditions

Read-only

Links

View Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?