Share

View.ObjectToDeviceMatrix Property

Description

Returns the transformation from model space to screen space. Make sure not to use ObjectToDeviceMatrix when the view is in the interactive state.

Visual Basic

Public Property ObjectToDeviceMatrix() As Matrix3d

C#

public Matrix3d ObjectToDeviceMatrix;

Conditions

Read-only

Links

View Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?