|  | This document is archived and information here might be outdated. Recommended version. | 
Constructs an envelope from the coordinate values of lower, left and upper, right corners.
[Visual Basic .NET]
Public Sub PutCoords ( _
    ByVal XMin As Double, _
    ByVal YMin As Double, _
    ByVal XMax As Double, _
    ByVal YMax As Double _
)
[C#]
public void PutCoords (
    double XMin,
    double YMin,
    double XMax,
    double YMax
);
[C++]
HRESULT PutCoords(
  double XMin,
  double YMin,
  double XMax,
  double YMax
);
[C++] Parameters XMin
XMin is a parameter of type double YMin
YMin is a parameter of type double XMax
XMax is a parameter of type double YMax
YMax is a parameter of type double
refer to the PutCoords method of IEnvelope