ViewScreenMatrix Property
|
Property that represents the matrix that
transforms normalized device space to screen space for this
Viewport object.
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual Matrix3d ScreenMatrix { get; }
Public Overridable ReadOnly Property ScreenMatrix As Matrix3d
Get
public:
virtual property Matrix3d ScreenMatrix {
Matrix3d get ();
}
abstract ScreenMatrix : Matrix3d with get
override ScreenMatrix : Matrix3d with get
Property Value
Matrix3d
See Also