Table of Contents

Method RaiseOnGetGripPoints

Namespace
VectorDraw.Professional.vdPrimaries
Assembly
VectorDraw.Professional.dll

RaiseOnGetGripPoints(gPoints)

Raises the OnGetGripPoints Event of vdDocument object.

public bool RaiseOnGetGripPoints(gPoints grippoints)

Parameters

grippoints gPoints

A gPoints array where the grip points will be added.

Returns

bool

If the return value is true the default grip points are not added to the collection.

Remarks

Raises before the default implementation. If the user wants different grip points than the default he should override the OnGetGripPoints Event.