CGAffineTransform.TransformRect(CGRect) Method
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.
Applies the affine transform to the supplied rectangle and returns the transformed rectangle.
public CoreGraphics.CGRect TransformRect (CoreGraphics.CGRect rect);
member this.TransformRect : CoreGraphics.CGRect -> CoreGraphics.CGRect
Parameters
- rect
- CGRect
A rectangle to transform.
Returns
The transformed rectangle.