This document is archived and information here might be outdated. Recommended version. |
The value of a Point-typed property.
[Visual Basic .NET] Public Function get_PropertyValuePoint ( _ ByVal propIndex As Integer _ ) As IPoint
[Visual Basic .NET] Public Sub set_PropertyValuePoint ( _ ByVal propIndex As Integer, _ ByVal ppPoint As IPoint _ )
[C#] public IPoint get_PropertyValuePoint ( int propIndex );
[C#] public void set_PropertyValuePoint ( int propIndex, IPoint ppPoint );
[C++]
HRESULT get_PropertyValuePoint(
long propIndex,
IPoint** ppPoint
);
[C++]
Parameters propIndex [in]
propIndex is a parameter of type long ppPoint [out, retval]
ppPoint is a parameter of type IPoint**