This document is archived and information here might be outdated. Recommended version. |
Begins a move feedback of the given shape.
[Visual Basic .NET] Public Sub Start ( _ ByVal Point As IPoint, _ ByVal clickPoint As IPoint _ )
[C#] public void Start ( IPoint Point, IPoint clickPoint );
[C++]
HRESULT Start(
IPoint* Point,
IPoint* clickPoint
);
[C++] Parameters Point [in]
Point is a parameter of type IPoint* clickPoint [in]
clickPoint is a parameter of type IPoint*