GraphicsPath::IsVisible Method (Single, Single, Graphics^)
.NET Framework (current version)
Indicates whether the specified point is contained within this GraphicsPath in the visible clip region of the specified Graphics.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- x
-
Type:
System::Single
The x-coordinate of the point to test.
- y
-
Type:
System::Single
The y-coordinate of the point to test.
- graphics
-
Type:
System.Drawing::Graphics^
The Graphics for which to test visibility.
Return Value
Type: System::BooleanThis method returns true if the specified point is contained within this GraphicsPath; otherwise, false.
The coordinates of the point to be tested are given in world coordinates. The transform matrix of the graphics parameter is temporarily applied before testing for visibility.
For an example, see IsVisible(Int32, Int32, Graphics^).
.NET Framework
Available since 1.1
Available since 1.1
Show: