MKOverlayView.SetNeedsDisplay 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SetNeedsDisplay(MKMapRect) |
모든 확대/축소 배율에 지정된 |
SetNeedsDisplay(MKMapRect, nfloat) |
지정된 |
SetNeedsDisplay(MKMapRect)
모든 확대/축소 배율에 지정된 mapRect
의 뷰를 무효화합니다.
[Foundation.Export("setNeedsDisplayInMapRect:")]
public virtual void SetNeedsDisplay (MapKit.MKMapRect mapRect);
override this.SetNeedsDisplay : MapKit.MKMapRect -> unit
매개 변수
- 특성
적용 대상
SetNeedsDisplay(MKMapRect, nfloat)
지정된 zoomScale
에 지정된 mapRect
의 뷰를 무효화합니다.
[Foundation.Export("setNeedsDisplayInMapRect:zoomScale:")]
public virtual void SetNeedsDisplay (MapKit.MKMapRect mapRect, nfloat zoomScale);
override this.SetNeedsDisplay : MapKit.MKMapRect * nfloat -> unit
매개 변수
- zoomScale
- nfloat
무효화할 확대/축소 크기 조정입니다.
- 특성