'Declaration Public Overrides Function IsVisible( _
ByVal rectThe rectangle to test for visibility.As System.Drawing.RectangleF _
) As Boolean
public override bool IsVisible(
System.Drawing.RectangleF rect
)
public: bool IsVisible(
System.Drawing.RectangleF* rect
); override
public:
bool IsVisible(
System.Drawing.RectangleF^ rect
); override
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.