Registriert seit: 5. Mai 2008
940 Beiträge
FreePascal / Lazarus
|
AW: GDI+: Farbe eines Pixels ermitteln
25. Mai 2011, 21:58
Scheint's aber zu geben ...
[edit]
Falls deine Lib das nicht hat, binds dir aus der GDI+ Flat API selbst ein:
Code:
GpStatus WINGDIPAPI GdipBitmapGetPixel(GpBitmap* bitmap, INT x, INT y, ARGB *color)
aus der gdiplus.dll
Geändert von implementation (25. Mai 2011 um 22:06 Uhr)
|