CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
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.ShapesAssembly: 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 name | Description | |
|---|---|---|
| Inside | ||
| Outside | ||
| OnCurve | ||
| OpenBorder |