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
| Name | Description |
|---|---|
| SetNeedsDisplay(MKMapRect) | |
| SetNeedsDisplay(MKMapRect, NFloat) |
Invalidates the view in the specified |
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
- zoomScale
- NFloat
The zoom scale to invalidate.
- Attributes