[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Region.IsVisible

IsVisible Method

IsVisible(Point)

Tests whether the specified Point structure is contained within this Region object.

Declaration
public bool IsVisible(Point point)
Parameters
Type Name Description
Point point

The Point structure to test.

Returns
Type Description
bool

This method returns true when point is contained within this Region object; otherwise, false.

IsVisible(Rectangle)

Tests whether any portion of the specified Rectangle structure is contained within this Region object.

Declaration
public bool IsVisible(Rectangle rectangle)
Parameters
Type Name Description
Rectangle rectangle

The Rectangle structure to test.

Returns
Type Description
bool

This method returns true when any portion of rectangle is contained within this Region object; otherwise, false.