Enum BoundingRect.Position
The location of a point relative to a bounding rectangle
Namespace: CADability
Assembly: CADability.dll
Syntax
public enum Position
Fields
| Name | Description |
|---|---|
| inside | The point is inside the rectangle |
| onframe | The point resides on one of the bounding lines |
| outside | The point is outside the rectangle |