This document is archived and information here might be outdated. Recommended version. |
The point's location.
[Visual Basic .NET] Public Property Location As IPoint
[C#] public IPoint Location {get; set;}
[C++]
HRESULT get_Location(
IPoint* ppPoint
);
[C++]
HRESULT put_Location(
IPoint** ppPoint
);
[C++] Parameters ppPoint [in]
ppPoint is a parameter of type IPoint* ppPoint [out, retval]
ppPoint is a parameter of type IPoint**