public EnvelopeBuilderEx( MapPoint minPoint, MapPoint maxPoint, SpatialReference spatialReference )
Public Function New( _ ByVal minPoint As MapPoint, _ ByVal maxPoint As MapPoint, _ Optional ByVal spatialReference As SpatialReference _ )
Parameters
- minPoint
- Lower left corner of the envelope. Cannot be null.
- maxPoint
- Upper right corner of the envelope. Cannot be null.
- spatialReference
- (Optional) The spatial reference. The default value is null. The spatial reference of each point is ignored.