MKOverlayRenderer.DrawMapRect(MKMapRect, nfloat, CGContext) 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.
[Foundation.Export("drawMapRect:zoomScale:inContext:")]
[ObjCRuntime.ThreadSafe]
public virtual void DrawMapRect (MapKit.MKMapRect mapRect, nfloat zoomScale, CoreGraphics.CGContext context);
abstract member DrawMapRect : MapKit.MKMapRect * nfloat * CoreGraphics.CGContext -> unit
override this.DrawMapRect : MapKit.MKMapRect * nfloat * CoreGraphics.CGContext -> unit
Parameters
- mapRect
- MKMapRect
- zoomScale
- nfloat
- context
- CGContext
- Attributes
Remarks
(More documentation for this node is coming)
This can be used from a background thread.