Table of Contents

Enum VdConstInters

Namespace
VectorDraw.Professional.Constants
Assembly
VectorDraw.Professional.dll

Constant Values used for IntersectWith(vdFigure, VdConstInters, gPoints) method.

public enum VdConstInters

Fields

VdIntExtendArg = 2

Extends the input parameter object in the IntersectWith method.

VdIntExtendBoth = 3

Extends both objects,input parameter and calling(this) object in the IntersectWith method.

VdIntExtendThis = 1

Extends the calling(this) object in the IntersectWith method.

VdIntOnBothOperands = 0

Does not extend any of the objects. Each intersection point belongs to both objects.