Indicates whether the specified point is contained within this System.Drawing.Drawing2D.GraphicsPath in the visible clip region of the specified System.Drawing.Graphics.
- x
The x-coordinate of the point to test.
- y
The y-coordinate of the point to test.
- graphics
The System.Drawing.Graphics for which to test visibility.
![]()
This method returns true if the specified point is contained within this System.Drawing.Drawing2D.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.