Method RaiseOnMoveGripPointsAt
- Namespace
- VectorDraw.Professional.vdPrimaries
- Assembly
- VectorDraw.Professional.dll
RaiseOnMoveGripPointsAt(Int32Array, double, double, double)
Raises the OnMoveGripPointsAt Event of vdDocument object.
public bool RaiseOnMoveGripPointsAt(Int32Array Indexes, double dx, double dy, double dz)
Parameters
IndexesInt32ArrayRepresents a zero based array of the grip indexes that will be moved.
dxdoubleThe dx distance that the grip is moved.
dydoubleThe dy distance that the grip is moved.
dzdoubleThe dz distance that the grip is moved.
Returns
- bool
Returns true if the default implementstion should not be done.