MKCircle.CircleWithMapRect(MKMapRect) 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.
Creates a circle centered on the specified rectangle's center, with a radius defined by the longest side.
[Foundation.Export("circleWithMapRect:")]
public static MapKit.MKCircle CircleWithMapRect (MapKit.MKMapRect mapRect);
static member CircleWithMapRect : MapKit.MKMapRect -> MapKit.MKCircle
Parameters
- mapRect
- MKMapRect
Returns
A MKCircle of the specified geometry.
- Attributes
Remarks
This can be used from a background thread.