'宣言 Public Property WorldTransform As System.Single()
public System.float[] WorldTransform {get; set;}
プロパティ値
An array of float that includes six elements.
| M11, M12, 0 | | M21, M22, 0 | | Dx, Dy, 1 |
The order is [M11, M12, M21, M22, Dx, Dy].
'宣言 Public Property WorldTransform As System.Single()
public System.float[] WorldTransform {get; set;}
An array of float that includes six elements.
| M11, M12, 0 | | M21, M22, 0 | | Dx, Dy, 1 |
The order is [M11, M12, M21, M22, Dx, Dy].