This document is archived and information here might be outdated. Recommended version. |
Adds a point to the display feedback.
[Visual Basic .NET] Public Sub AddPoint ( _ ByVal point As IPoint _ )
[C#] public void AddPoint ( IPoint point );
[C++]
HRESULT AddPoint(
IPoint* point
);
[C++] Parameters point [in]
point is a parameter of type IPoint*