[]
Determines if the point is in the picture of the hyperlink control.
public static bool IsPointInPicture(Graphics g, int x, int y, Rectangle faceRect, Picture pic)
Public Shared Function IsPointInPicture(g As Graphics, x As Integer, y As Integer, faceRect As Rectangle, pic As Picture) As Boolean
Type | Name | Description |
---|---|---|
Graphics | g | GDI+ graphics surface |
int | x | X-coordinate of point |
int | y | Y-coordinate of point |
Rectangle | faceRect | Image rectangle |
Picture | pic | Picture (image) |
Type | Description |
---|---|
bool | true if the point is in the picture of the hyperlink control;otherwise false |