CGContext.DrawPath(CGPathDrawingMode) Method

Definition

Draws the CGContext's current path.

public void DrawPath (CoreGraphics.CGPathDrawingMode mode);
member this.DrawPath : CoreGraphics.CGPathDrawingMode -> unit

Parameters

mode
CGPathDrawingMode

The CGPathDrawingMode for the the path.

Applies to