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