The upper left corner.
[Visual Basic 6.0] Property UpperLeft As IPoint
[Visual Basic .NET] Public Property UpperLeft As IPoint
[C#] public IPoint UpperLeft {get; set;}
[Java] public IPoint getUpperLeft() throws IOException, AutomationException
[Java] public void setUpperLeft( IPoint pPoint ) throws IOException, AutomationException
[C++] HRESULT get_UpperLeft( IPoint** UpperLeft );
[C++] HRESULT put_UpperLeft( IPoint* UpperLeft);
Parameters
UpperLeft [out, retval]
UpperLeft is a parameter of type IPoint
UpperLeft
UpperLeft is a parameter of type IPoint
Returns or sets the UpperLeft point of an Envelope .

IEnvelope Interface | IEnvelope.LowerLeft Property | IEnvelope.LowerRight Property | IEnvelope.UpperRight Property | IEnvelope.Height Property | IEnvelope.Width Property