Share via


MKOverlayRenderer.SetNeedsDisplay Method

Definition

Overloads

SetNeedsDisplay()

[Foundation.Export("setNeedsDisplay")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetNeedsDisplay();
[<Foundation.Export("setNeedsDisplay")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetNeedsDisplay : unit -> unit
override this.SetNeedsDisplay : unit -> unit
Attributes

Applies to

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)>]
abstract member SetNeedsDisplay : MapKit.MKMapRect -> unit
override this.SetNeedsDisplay : MapKit.MKMapRect -> unit

Parameters

mapRect
MKMapRect
Attributes

Applies to

SetNeedsDisplay(MKMapRect, NFloat)

[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)>]
abstract member SetNeedsDisplay : MapKit.MKMapRect * System.Runtime.InteropServices.NFloat -> unit
override this.SetNeedsDisplay : MapKit.MKMapRect * System.Runtime.InteropServices.NFloat -> unit

Parameters

mapRect
MKMapRect
zoomScale
NFloat
Attributes

Applies to