Edit

Share via


MKOverlayView.SetNeedsDisplay Method

Definition

Overloads

SetNeedsDisplay(MKMapRect)

Invalidates the view in the specified mapRect in all zoom scales.

SetNeedsDisplay(MKMapRect, nfloat)

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

SetNeedsDisplay(MKMapRect)

Invalidates the view in the specified mapRect in all zoom scales.

[Foundation.Export("setNeedsDisplayInMapRect:")]
public virtual void SetNeedsDisplay (MapKit.MKMapRect mapRect);
override this.SetNeedsDisplay : MapKit.MKMapRect -> unit

Parameters

mapRect
MKMapRect

The MKMapRect to invalidate.

Attributes

Applies to

SetNeedsDisplay(MKMapRect, nfloat)

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

[Foundation.Export("setNeedsDisplayInMapRect:zoomScale:")]
public virtual void SetNeedsDisplay (MapKit.MKMapRect mapRect, nfloat zoomScale);
override this.SetNeedsDisplay : MapKit.MKMapRect * nfloat -> unit

Parameters

mapRect
MKMapRect

The MKMapRect to invalidate.

zoomScale
nfloat

The zoom scale to invalidate.

Attributes

Applies to