Matrix3D.IsAffine Proprietà
Definizione
public:
property bool IsAffine { bool get(); };
public bool IsAffine { get; }
member this.IsAffine : bool
Public ReadOnly Property IsAffine As Boolean
Valore della proprietà
true
se la struttura Matrix3D è affine, altrimenti false
.true
if the Matrix3D structure is affine; otherwise, false
.