CGContext.SetFillColorSpace(CGColorSpace) Method

Definition

Specifies the CGColorSpace to be used in the context.

public void SetFillColorSpace (CoreGraphics.CGColorSpace space);
member this.SetFillColorSpace : CoreGraphics.CGColorSpace -> unit

Parameters

space
CGColorSpace

The desired CGColorSpace.

Remarks

This method must be called prior to using M:CoreGraphics.CGContext.SetFillColor(float[]).

Applies to