CGAffineTransform Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
2D Affine transformation used to convert between coordinate spaces.
public struct CGAffineTransform
type CGAffineTransform = struct
- Inheritance
-
CGAffineTransform
Remarks
An affine transformation uses a matrix to transform poitns between coordinate spaces.
These transformation can be used to rotate, scale, shear and translate points and rectangles from one coordinate system into another.
Constructors
| Name | Description |
|---|---|
| CGAffineTransform(NFloat, NFloat, NFloat, NFloat, NFloat, NFloat) | |
Fields
| Name | Description |
|---|---|
| A | |
| B | |
| C | |
| D | |
| Tx | |
| Ty | |
Properties
| Name | Description |
|---|---|
| IsIdentity |
Determines if the affine corresponds to the identity affine. |
| x0 | |
| xx | |
| xy | |
| y0 | |
| yx | |
| yy | |
Methods
Operators
| Name | Description |
|---|---|
| Equality(CGAffineTransform, CGAffineTransform) | |
| Inequality(CGAffineTransform, CGAffineTransform) | |
| Multiply(CGAffineTransform, CGAffineTransform) | |