TcxRegion Methods
A region.| Name | Description |
|---|---|
| Clone | Creates a copy of the region. |
| Combine(TcxRegion,TcxRegionOperation,Boolean) | |
| Combine(TcxRegionHandle,TcxRegionOperation) | |
| Combine(TRect,TcxRegionOperation) | Combines two regions. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| IsEqual(TcxRegion) | |
| IsEqual(TcxRegionHandle) | Identifies if two regions are equal in shape and size. |
| Offset(Integer,Integer) | Moves the region horizontally and/or vertically. |
| Offset(TPoint) | |
| PtInRegion(Integer,Integer) | Identifies if the specified point is within the region. |
| PtInRegion(TPoint) | |
| RectInRegion(Integer,Integer,Integer,Integer) | Identifies if the specified rectangle is within the region. |
| RectInRegion(TRect) | |
| ToString | Inherited from TObject. |
See Also