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






Indicates whether the point specified by a pair of coordinates 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 (
    float x,
    float y
)

Visual Basic  Copy Code

Public Overridable Function IsVisible( _
    x As Single, _
    y As Single _
) As Boolean

 Parameters

x
The x-coordinate of the point to test for visibility.
y
The y-coordinate of the point to test for visibility.

 Return Value

This method returns true if the point defined by the x and y parameters 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