'Declaration Public Overloads Function Contains( _ ByVal rc As RectangleD _ ) As Boolean
public bool Contains( RectangleD rc )
Parameters
- rc
- The RectangleD to test.
Return Value
true if rc is completely contained within the current RectangleD structure, false otherwise.