Private Declare Function ExtFloodFill Lib "gdi32" ( _ ByVal hdc As IntPtr, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal crColor As Integer, _ ByVal wFillType As UInteger) As <MarshalAs(UnmanagedType.Bool)> Boolean Private Const FLOODFILLBORDER As UInteger = 0UI Private Const FLOODFILLSURFACE As UInteger = 1UI