Share via


CGImage.Copy(Single) Method

Definition

Create a copy of the current image, adding or replacing the current image's headroom.

public CoreGraphics.CGImage? Copy(float headroom);
member this.Copy : single -> CoreGraphics.CGImage

Parameters

headroom
Single

Must be either equal to 0 or greater or equal to 1.0.

Returns

Applies to