This topic has not yet been rated - Rate this topic

GraphicsPath.IsVisible Method

Indicates whether the specified point is contained within this GraphicsPath.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method IsVisible(Point) Indicates whether the specified point is contained within this GraphicsPath.
Public method IsVisible(PointF) Indicates whether the specified point is contained within this GraphicsPath.
Public method IsVisible(Int32, Int32) Indicates whether the specified point is contained within this GraphicsPath.
Public method IsVisible(Point, Graphics) Indicates whether the specified point is contained within this GraphicsPath.
Public method IsVisible(PointF, Graphics) Indicates whether the specified point is contained within this GraphicsPath.
Public method IsVisible(Single, Single) Indicates whether the specified point is contained within this GraphicsPath.
Public method IsVisible(Int32, Int32, Graphics) Indicates whether the specified point is contained within this GraphicsPath, using the specified Graphics.
Public method IsVisible(Single, Single, Graphics) Indicates whether the specified point is contained within this GraphicsPath in the visible clip region of the specified Graphics.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.