Manipulations2D 列挙型

定義

2 次元 (2-D) の可能なアフィン操作を表します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class Manipulations2D
[System.Flags]
public enum Manipulations2D
[<System.Flags>]
type Manipulations2D = 
Public Enum Manipulations2D
継承
Manipulations2D
属性

フィールド

All 15

すべての可能な操作。

None 0

操作なし。

Rotate 8

回転。

Scale 4

上下および左右方向のスケール

Translate 3

x または y 軸方向の変換。

TranslateX 1

x 軸方向の変換。

TranslateY 2

y 軸方向の変換。

適用対象