Matrix3D.IsAffine 属性

定义

获取指示此 Matrix3D 结构是否为仿射结构的值。

public:
 property bool IsAffine { bool get(); };
public bool IsAffine { get; }
member this.IsAffine : bool
Public ReadOnly Property IsAffine As Boolean

属性值

Boolean

如果 Matrix3D 结构是仿射的,则为 true;否则为 false

适用于