Table of Contents

Method GetGripFromPoint

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

GetGripFromPoint(gPoint, ref int)

Gets the grip point from an entity at a specified location.

public vdFigure GetGripFromPoint(gPoint ptViewCS, ref int index)

Parameters

ptViewCS gPoint

A point in View Coordinate System(VCS).

index int

A reference integer where it is returned the index of the grip point if found.

Returns

vdFigure

A vdFigure object that has a grip point located at the passed point.