MKOverlayView.PointForMapPoint(MKMapPoint) 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.
[Foundation.Export("pointForMapPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[ObjCRuntime.ThreadSafe]
public virtual CoreGraphics.CGPoint PointForMapPoint(MapKit.MKMapPoint mapPoint);
[<Foundation.Export("pointForMapPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<ObjCRuntime.ThreadSafe>]
abstract member PointForMapPoint : MapKit.MKMapPoint -> CoreGraphics.CGPoint
override this.PointForMapPoint : MapKit.MKMapPoint -> CoreGraphics.CGPoint
Parameters
- mapPoint
- MKMapPoint
Returns
- Attributes