MKOverlayPathRenderer.FillPath(CGPath, CGContext) Method

Definition

[Foundation.Export("fillPath:inContext:")]
public virtual void FillPath (CoreGraphics.CGPath path, CoreGraphics.CGContext context);
abstract member FillPath : CoreGraphics.CGPath * CoreGraphics.CGContext -> unit
override this.FillPath : CoreGraphics.CGPath * CoreGraphics.CGContext -> unit

Parameters

path
CGPath
context
CGContext
Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to