Enum Border.Position
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.dll
Syntax
public enum Position
Fields
| Name | Description |
|---|---|
| Inside | |
| OnCurve | |
| OpenBorder | |
| Outside |