'Declaration Public Shared Function PtInRegion( _ ByVal hrgn As IntPtr, _ ByVal x As Integer, _ ByVal y As Integer _ ) As Boolean
public static bool PtInRegion( IntPtr hrgn, int x, int y )
Win32 Class Win32 Members