'Declaration Public Overloads Function IsVisible( _
ByVal rectThe System.Drawing.RectangleF structure to test.As System.Drawing.RectangleF _
) As Boolean
public bool IsVisible(
System.Drawing.RectangleF rect
)
public: bool IsVisible(
System.Drawing.RectangleF* rect
)
public:
bool IsVisible(
System.Drawing.RectangleF^ rect
)
Parameters
- rect
- The System.Drawing.RectangleF structure to test.
Return Value
True when any portion of rect is contained within this region; otherwise, false.