This document is archived and information here might be outdated. Recommended version. |
The position of the left side.
[Visual Basic .NET]
Public Property XMin As Double
[C#]
public double XMin {get; set;}
[C++]
HRESULT get_XMin(
System.Double* XMin
);
[C++]
HRESULT put_XMin(
double XMin
);
[C++] Parameters XMin [out, retval]
XMin is a parameter of type double* XMin
XMin is a parameter of type double
XMin is the left side coordinate of the envelope.
Setting Xmin to a value larger than Xmax will reverse Xmin and Xmax. Use PutCoords to avoid this behavior.
The following C# code shows how to get the XMin property from an envelope:
xMin = env.XMin;
IEnvelope Interface | IEnvelope.XMax Property | IEnvelope.YMin Property