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