Method MoveGripPointsAt
- Namespace
- VectorDraw.Professional.vdPrimaries
- Assembly
- VectorDraw.Professional.dll
MoveGripPointsAt(Int32Array, double, double, double)
This function is intended to be called during a grip edit of the object.
public virtual void MoveGripPointsAt(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.
Remarks
Raises the OnMoveGripPointsAt event.
See also IvdProxyFigure for example of implementing a custom figure with a proxy figure and how to override basic methods of vdFigure for a custom figure.
- See Also