This document is archived and information here might be outdated. Recommended version. |
The upper left corner.
[Visual Basic .NET] Public Property UpperLeft As IPoint
[C#] public IPoint UpperLeft {get; set;}
[C++]
HRESULT get_UpperLeft(
IPoint** UpperLeft
);
[C++]
HRESULT put_UpperLeft(
IPoint* UpperLeft
);
[C++] Parameters UpperLeft [out, retval]
UpperLeft is a parameter of type IPoint** UpperLeft
UpperLeft is a parameter of type IPoint*
refer to the UpperLeft property of IEnvelope