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