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






Indicates whether the point specified by a pair of coordinates is contained within the visible clip region of this GdiGraphics object.

 Overload List

Name Description

GdiGraphics.IsVisible (Int32, Int32)

Indicates whether the point specified by a pair of coordinates is contained within the visible clip region of this GdiGraphics object.

GdiGraphics.IsVisible (Int32, Int32, Int32, Int32)

Indicates whether the rectangle specified by a pair of coordinates, a width, and a height is contained within the visible clip region of this GdiGraphics object.

GdiGraphics.IsVisible (Point)

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

GdiGraphics.IsVisible (PointF)

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

GdiGraphics.IsVisible (Rectangle)

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

GdiGraphics.IsVisible (RectangleF)

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

GdiGraphics.IsVisible (Single, Single)

Indicates whether the point specified by a pair of coordinates is contained within the visible clip region of this GdiGraphics object.

GdiGraphics.IsVisible (Single, Single, Single, Single)

Indicates whether the rectangle specified by a pair of coordinates, a width, and a height is contained within the visible clip region of this GdiGraphics object.

 See Also

GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace