CGAffineTransform.TransformRect(CGRect) Method

Definition

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.

Applies to