'Declaration Public Overridable Function IsVisible( _
ByVal rectThe rectangle to test for visibility.As System.Drawing.RectangleF _
) As Boolean
public virtual bool IsVisible(
System.Drawing.RectangleF rect
)
public: virtual bool IsVisible(
System.Drawing.RectangleF* rect
)
public:
virtual bool IsVisible(
System.Drawing.RectangleF^ rect
)
Parameters
- rect
- The rectangle to test for visibility.
Return Value
True if the rectangle specified by the rect parameter is contained within the visible clip region of this drawing engine; otherwise, false.