ContainsRef Method (RectF)
In This Topic
Determines if the specified rectangle is fully contained within this rectangle.
Syntax
'Declaration
Public Function ContainsRef( _
ByRef As RectF _
) As Boolean
public bool ContainsRef(
ref RectF
)
Parameters
- rect
See Also