TRect : Method overview by Name
Member | Visibility | Description |
---|---|---|
Assign(TRect) | default | Set rectangle corners. |
Contains(TRect) | default | Determine if a point is inside the rectangle |
Copy(TRect) | default | Copy cornerpoints from another rectangle. |
Empty(TRect) | default | Is the surface of the rectangle zero |
Equals(TRect) | default | Do the corners of the rectangles match |
Grow(TRect) | default | Expand rectangle with certain size. |
Intersect(TRect) | default | Reduce rectangle to intersection with another rectangle |
Move(TRect) | default | Move rectangle along a vector. |
Union(TRect) | default | Enlarges rectangle to encompass another rectangle. |