applyFillProperties(to:atZoomScale:)
Applies the receiver’s fill-related drawing properties to the specified graphics context.
Declaration
func applyFillProperties(to context: CGContext, atZoomScale zoomScale: MKZoomScale)Parameters
- context:
The graphics context used to draw the view’s contents.
- zoomScale:
The current zoom scale used for drawing.
Discussion
This is a convenience method for applying all of the drawing properties used when filling a path. This method applies the current fill color to the specified graphics context.