[]
        
(Showing Draft Content)

FarPoint.Win.FpHyperlink.IsPointInPicture

IsPointInPicture Method

Determines if the point is in the picture of the hyperlink control.

Declaration
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
Parameters
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)

Returns
Type Description
bool

true if the point is in the picture of the hyperlink control;otherwise false