Charting for WinForms Programmer's Guide
GdiGraphics.IsVisible Method (Point)
See Also
 






Indicates whether the specified Point structure is contained within the visible clip region of this GdiGraphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual bool IsVisible (
    Point point
)

Visual Basic  Copy Code

Public Overridable Function IsVisible( _
    point As Point _
) As Boolean

 Parameters

point
A .NET Point 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 GdiGraphics object; otherwise, false.

 See Also

IsVisible Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace