CADability dotNET
Position of a point or boundingrectangle relative to a border. Inside: the point or rectangle is completely inside the border, Outside: the point or rectangle is completely outside the border, OnCurve: the point or rectangle is on the outline of the border.

Namespace: CADability.Shapes
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public enum Position
Visual Basic
Public Enumeration Position
Visual C++
public enum class Position

Members

Member nameDescription
Inside
Outside
OnCurve
OpenBorder

See Also