Search
IGraphics.IsVisible Method (PointF)
See Also
 





Indicates whether the specified PointF structure is contained within the visible clip region of this IGraphics object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

bool IsVisible (
    PointF point
)

Visual Basic  Copy Code

Function IsVisible( _
    point As PointF _
) As Boolean

 Parameters

point
A .NET PointF structure to test for visibility.

 Return Value

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

 See Also