PutPixelData method (Main Control)
|
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: |
|
|
Topics: |
|
|
|