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