public static Envelope CreateEnvelope( MapPoint minPoint, MapPoint maxPoint, SpatialReference spatialReference )
Public Overloads Shared Function CreateEnvelope( _ ByVal minPoint As MapPoint, _ ByVal maxPoint As MapPoint, _ Optional ByVal spatialReference As SpatialReference _ ) As Envelope
Parameters
- minPoint
- Lower left corner of the envelope.
- maxPoint
- Upper right corner of the envelope.
- spatialReference
- (Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference is inherited from minPoint or maxPoint.
Return Value
An Envelope