Method IntersectWith
- Namespace
- VectorDraw.Professional.vdPrimaries
- Assembly
- VectorDraw.Professional.dll
IntersectWith(vdFigure, VdConstInters, gPoints)
Finds the intersection points of an object with another object.
public virtual bool IntersectWith(vdFigure pEntity, VdConstInters intersectOption, gPoints intPoints)
Parameters
pEntityvdFigureThe entity with which the intersection of the object will be done.
intersectOptionVdConstIntersVdConstInters constant
intPointsgPointsA precreated gPoints collection in which the instersection points will be added
Returns
- bool
True if at least one intersection point is found.