PutPixelData method (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int PutPixelData (void * pData, int nRow, int nCol, int nBytes);

Delphi Syntax

Function PutPixelData (pData: Pointer; nRow: Integer; nCol: Integer; nBytes: Integer): Integer;

Overview

Refer to Examining and Altering Bitmaps

Remarks

This method should be called only for 8, 16, 24, 32, 48 and 64-bit bitmaps. For more information, refer to GetPixelData method

See Also

Elements:

GetPixelData method, Pixel property

Topics:

Raster Images: Getting Current Information

 

Using Color Values in LEADTOOLS