Einzelnen Beitrag anzeigen

Benutzerbild von implementation
implementation

Registriert seit: 5. Mai 2008
940 Beiträge
 
FreePascal / Lazarus
 
#2

AW: GDI+: Farbe eines Pixels ermitteln

  Alt 25. Mai 2011, 20: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 21:06 Uhr)
  Mit Zitat antworten Zitat