Affine |
The AffineTransform type exposes the following members.
| Name | Description | |
|---|---|---|
| A | The 'a' matrix element. This is the 'a' element in the affine transformation matrix [a b 0; c d 0; e f 1] | |
| B | The 'b' matrix element. This is the 'b' element in the affine transformation matrix [a b 0; c d 0; e f 1] | |
| C | The 'c' matrix element. This is the 'c' element in the affine transformation matrix [a b 0; c d 0; e f 1] | |
| D | The 'd' matrix element. This is the 'd' element in the affine transformation matrix [a b 0; c d 0; e f 1] | |
| E | The 'e' matrix element. This is the 'e' element in the affine transformation matrix [a b 0; c d 0; e f 1] | |
| F | The 'f' matrix element. This is the 'f' element in the affine transformation matrix [a b 0; c d 0; e f 1] | |
| Identity | The identity transform |