Table of Contents

Method DrawGrips

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

DrawGrips(vdRender)

Draws the grips of the object in the specified vdRender object.

public void DrawGrips(vdRender render)

Parameters

render vdRender

The vdRender object in which the object will be drawn.

Remarks

If ShowGrips is false then no grips are drawn. Raises the OnFigureDrawGrips event. The grips are drawn as rectangle using the size of GripSize and the color of GripColorof render parameter.