'Declaration Public Shared Function IsPointInPicture( _ ByVal g As Graphics, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal faceRect As Rectangle, _ ByVal pic As Picture _ ) As Boolean
Parameters
- g
- GDI+ graphics surface
- x
- X-coordinate of point
- y
- Y-coordinate of point
- faceRect
- Image rectangle
- pic
- Picture (image)
Return Value
true if specified point is in the picture; false otherwise