Transform3DGroup.IsAffine プロパティ

定義

変換がアフィンかどうかを示す値を取得します。

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

プロパティ値

変換がアフィンの場合は True。それ以外の場合は false。

適用対象