FloodFill: Unterschied zwischen den Versionen
Aus API-Wiki
(Die Seite wurde neu angelegt: <nowiki>Private Declare Function FloodFill Lib "gdi32" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal crColor As Long) As Long</nowiki> Hundmiserabel ers...) |
|||
Zeile 1: | Zeile 1: | ||
+ | == Floodfill == | ||
− | < | + | Floodfill macht ein Shape voll |
+ | <pre>Private Declare Function FloodFill Lib "gdi32" (ByVal hdc As _ | ||
+ | Long, ByVal x As Long, ByVal y As Long, ByVal crColor As Long) As Long</pre> | ||
− | + | Hundsmiserabel erstellter Wikibeitrag, der zeigt, wie mas nicht machen soll |
Version vom 15. Mai 2008, 15:51 Uhr
Floodfill
Floodfill macht ein Shape voll
Private Declare Function FloodFill Lib "gdi32" (ByVal hdc As _ Long, ByVal x As Long, ByVal y As Long, ByVal crColor As Long) As Long
Hundsmiserabel erstellter Wikibeitrag, der zeigt, wie mas nicht machen soll