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






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

 Overload List

Name Description

IGraphics.IsVisible (Int32, Int32)

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

IGraphics.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 IGraphics object.

IGraphics.IsVisible (Point)

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

IGraphics.IsVisible (PointF)

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

IGraphics.IsVisible (Rectangle)

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

IGraphics.IsVisible (RectangleF)

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

IGraphics.IsVisible (Single, Single)

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

IGraphics.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 IGraphics object.

 See Also

IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace