GraphicsPath.IsOutlineVisible Method (Point, Pen, Graphics)
.NET Framework 3.0
Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen and using the specified Graphics.
Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing (in system.drawing.dll)
Assembly: System.Drawing (in system.drawing.dll)
public boolean IsOutlineVisible ( Point pt, Pen pen, Graphics graphics )
public function IsOutlineVisible ( pt : Point, pen : Pen, graphics : Graphics ) : boolean
Not applicable.
Parameters
- pt
A Point that specifies the location to test.
- pen
The Pen to test.
- graphics
The Graphics for which to test visibility.
Return Value
This method returns true if the specified point is contained within the outline of this GraphicsPath as drawn with the specified Pen; otherwise, false.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.