Search
GdiGraphics.IsVisible Method (RectangleF)
See Also
 





Indicates whether the rectangle specified by a RectangleF structure is contained within the visible clip region of this GdiGraphics object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual bool IsVisible (
    RectangleF rect
)

Visual Basic  Copy Code

Public Overridable Function IsVisible( _
    rect As RectangleF _
) As Boolean

 Parameters

rect
A .NET RectangleF structure to test for visibility.

 Return Value

This method returns true if the rectangle specified by the rect parameter is contained within the visible clip region of this GdiGraphics object; otherwise, false.

 See Also