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