CGImage.WithMask(CGImage) Method

Definition

Creates a new image that has been masked with the specified mask.

public CoreGraphics.CGImage WithMask (CoreGraphics.CGImage mask);
member this.WithMask : CoreGraphics.CGImage -> CoreGraphics.CGImage

Parameters

mask
CGImage

The mask.

Returns

Applies to