wx.OutCode¶The OutCode enumeration provides the following values:
Description |
Value |
|---|---|
Inside |
The point is inside the rectangle. |
OutLeft |
The point is outside of the rectangle, to its left. |
OutRight |
The point is outside of the rectangle, to its right. |
OutTop |
The point is outside of the rectangle, above it. |
OutBottom |
The point is outside of the rectangle, below it. |