Determines if the rectangular region represented by rect is entirely contained within this LogicalRectangle structure.
| Overload | Description |
|---|---|
| Contains(double,double) | Determines whether the specified point is contained within this LogicalRectangle structure. |
| Contains(leadpoint) | Determines if the specified point is contained within this LogicalRectangle structure. |
| Contains(leadrect) | Determines if the rectangular region represented by rect is entirely contained within this LogicalRectangle structure. |
| Contains(logicalpoint) | Determines if the specified point is contained within this LogicalPoint structure. |
| Contains(logicalrectangle) | Determines if the rectangular region represented by rect is entirely contained within this LogicalRectangle structure. |