MKOverlayView.SetNeedsDisplay 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.
Overloads
| SetNeedsDisplay(MKMapRect) | Invalidates the view in the specified  | 
| SetNeedsDisplay(MKMapRect, nfloat) | Invalidates the view in the specified  | 
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 -> unitParameters
- 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 -> unitParameters
- zoomScale
- nfloat
The zoom scale to invalidate.
- Attributes