ASP.NET Pack Programmer's Guide
IGraphics.IsVisible Method (Rectangle)
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

bool IsVisible (
    Rectangle rect
)

Visual Basic  Copy Code

Function IsVisible( _
    rect As Rectangle _
) As Boolean

 Parameters

rect
A .NET Rectangle 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 IGraphics object; otherwise, false.

 See Also

IsVisible Method Overload List
IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace