[]
        
(Showing Draft Content)

C1.Android.Core.C1Rect.Contains

Contains Method

Contains(C1Point)

Indicates whether the rectangle described by the C1Rect contains the specified point.

Declaration
public bool Contains(C1Point point)
Public Function Contains(point As C1Point) As Boolean
Parameters
Type Name Description
C1Point point

The point to check.

Returns
Type Description
bool

Contains(C1Rect)

Indicates whether the rectangle contains the specified rectangle.

Declaration
public bool Contains(C1Rect rect)
Public Function Contains(rect As C1Rect) As Boolean
Parameters
Type Name Description
C1Rect rect

The rectangle to check.

Returns
Type Description
bool

true if rect is entirely contained by the rectangle; otherwise, false.