MKMapRect Constructors
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.
Overloads
MKMapRect(MKMapPoint, MKMapSize) |
Creates a new MKMapPoint struct with the specified |
MKMapRect(Double, Double, Double, Double) |
Creates a new MKMapRect originating at [ |
MKMapRect(MKMapPoint, MKMapSize)
Creates a new MKMapPoint struct with the specified origin
and size
.
public MKMapRect (MapKit.MKMapPoint origin, MapKit.MKMapSize size);
new MapKit.MKMapRect : MapKit.MKMapPoint * MapKit.MKMapSize -> MapKit.MKMapRect
Parameters
- origin
- MKMapPoint
- size
- MKMapSize