CGContext.DrawPath(CGPathDrawingMode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.