Method GetGripPoints
- Namespace
- VectorDraw.Professional.vdPrimaries
- Assembly
- VectorDraw.Professional.dll
GetGripPoints()
A function returning the grip points of the object.
public virtual gPoints GetGripPoints()
Returns
- gPoints
Returns a new instance of gpoints object containing the grip points of the object.
Remarks
The returning points are in World coordinate system(WCS).
Raises the OnGetGripPoints event.
When implementing this method the MoveGripPointsAt(Int32Array, double, double, double) must be also override according to the new selected grip points.
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.