CGImage.WithImageInRect(CGRect) Method

Definition

Creates a new image with the dimensions specified in the rectangle

public CoreGraphics.CGImage WithImageInRect (CoreGraphics.CGRect rect);
member this.WithImageInRect : CoreGraphics.CGRect -> CoreGraphics.CGImage

Parameters

rect
CGRect

Region to copy.

Returns

Applies to