public static bool IsPointInPicture( Graphics g, int x, int y, Rectangle faceRect, Picture pic )
'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
'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
'Usage Dim g As Graphics Dim x As Integer Dim y As Integer Dim faceRect As Rectangle Dim pic As Picture Dim value As Boolean value = FpHyperlink.IsPointInPicture(g, x, y, faceRect, pic)
'Usage
Dim g As Graphics Dim x As Integer Dim y As Integer Dim faceRect As Rectangle Dim pic As Picture Dim value As Boolean value = FpHyperlink.IsPointInPicture(g, x, y, faceRect, pic)
FpHyperlink Class FpHyperlink Members