[]
        
(Showing Draft Content)

C1.Android.Core.C1Rect.Intersect

Intersect Method

Intersect(C1Rect)

Finds the intersection of the rectangle represented by the C1Rect and the rectangle represented by the specified C1Rect, and stores the result as the current C1Rect.

Declaration
public void Intersect(C1Rect rect)
Parameters
Type Name Description
C1Rect rect

The rectangle to intersect with the current rectangle.