MKOverlayRenderer.SetNeedsDisplay Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SetNeedsDisplay() | |
SetNeedsDisplay(MKMapRect) | |
SetNeedsDisplay(MKMapRect, nfloat) |
SetNeedsDisplay()
[Foundation.Export("setNeedsDisplay")]
public virtual void SetNeedsDisplay ();
abstract member SetNeedsDisplay : unit -> unit
override this.SetNeedsDisplay : unit -> unit
- Attribute
Gilt für:
SetNeedsDisplay(MKMapRect)
[Foundation.Export("setNeedsDisplayInMapRect:")]
public virtual void SetNeedsDisplay (MapKit.MKMapRect mapRect);
abstract member SetNeedsDisplay : MapKit.MKMapRect -> unit
override this.SetNeedsDisplay : MapKit.MKMapRect -> unit
Parameter
- mapRect
- MKMapRect
- Attribute
Gilt für:
SetNeedsDisplay(MKMapRect, nfloat)
[Foundation.Export("setNeedsDisplayInMapRect:zoomScale:")]
public virtual void SetNeedsDisplay (MapKit.MKMapRect mapRect, nfloat zoomScale);
abstract member SetNeedsDisplay : MapKit.MKMapRect * nfloat -> unit
override this.SetNeedsDisplay : MapKit.MKMapRect * nfloat -> unit
Parameter
- mapRect
- MKMapRect
- zoomScale
- nfloat
- Attribute