Share via


MKOverlayView.SetNeedsDisplay Method

Definition

Overloads

Name Description
SetNeedsDisplay(MKMapRect)
SetNeedsDisplay(MKMapRect, NFloat)

Invalidates the view in the specified mapRect at the specified zoomScale.

SetNeedsDisplay(MKMapRect)

[Foundation.Export("setNeedsDisplayInMapRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetNeedsDisplay(MapKit.MKMapRect mapRect);
[<Foundation.Export("setNeedsDisplayInMapRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.SetNeedsDisplay : MapKit.MKMapRect -> unit

Parameters

mapRect
MKMapRect
Attributes

Applies to

SetNeedsDisplay(MKMapRect, NFloat)

Invalidates the view in the specified mapRect at the specified zoomScale.

[Foundation.Export("setNeedsDisplayInMapRect:zoomScale:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetNeedsDisplay(MapKit.MKMapRect mapRect, System.Runtime.InteropServices.NFloat zoomScale);
[<Foundation.Export("setNeedsDisplayInMapRect:zoomScale:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.SetNeedsDisplay : MapKit.MKMapRect * System.Runtime.InteropServices.NFloat -> unit

Parameters

mapRect
MKMapRect

The MKMapRect to invalidate.

zoomScale
NFloat

The zoom scale to invalidate.

Attributes

Applies to