ViewObjectToDeviceMatrix
Property
|
Property that represents the matrix that
transforms coordinates from model 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 ObjectToDeviceMatrix { get; }
Public Overridable ReadOnly Property ObjectToDeviceMatrix As Matrix3d
Get
public:
virtual property Matrix3d ObjectToDeviceMatrix {
Matrix3d get ();
}
abstract ObjectToDeviceMatrix : Matrix3d with get
override ObjectToDeviceMatrix : Matrix3d with get
Property Value
Matrix3d
See Also