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