<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: 9.2.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKOverlayPathRenderer/applyFillProperties(to:atZoomScale:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKOverlayPathRenderer(im)applyFillPropertiesToContext:atZoomScale:"
  },
  "title" : "applyFillProperties(to:atZoomScale:)"
}
-->

# applyFillProperties(to:atZoomScale:)

Applies the receiver’s fill-related drawing properties to the specified graphics context.

```
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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)