Indicates whether the specified point is contained within this System.Drawing.Drawing2D.GraphicsPath.
- pt
A System.Drawing.PointF that represents 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; 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.