Enum VdConstInters
- Namespace
- VectorDraw.Professional.Constants
- Assembly
- VectorDraw.Professional.dll
Constant Values used for IntersectWith(vdFigure, VdConstInters, gPoints) method.
public enum VdConstInters
Fields
VdIntExtendArg = 2Extends the input parameter object in the IntersectWith method.
VdIntExtendBoth = 3Extends both objects,input parameter and calling(this) object in the IntersectWith method.
VdIntExtendThis = 1Extends the calling(this) object in the IntersectWith method.
VdIntOnBothOperands = 0Does not extend any of the objects. Each intersection point belongs to both objects.