This document is archived and information here might be outdated. Recommended version. |
The image tie point at the specified position.
[Visual Basic .NET] Public Function get_Point ( _ ByVal index As Integer _ ) As ITiePoint
[C#] public ITiePoint get_Point ( int index );
[C++]
HRESULT get_Point(
long index,
ITiePoint** ppPoint
);
[C++] Parameters index [in]
index is a parameter of type long ppPoint [out, retval]
ppPoint is a parameter of type ITiePoint**