You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Pixel Access
logo.gif
ContentsIndexHome
PreviousUpNext
Pixel Access

These methods are available in:

  • GdPicture.NET Document Imaging SDK Ultimate.
  • GdPicture.NET Document Imaging SDK.
  • GdPicture.NET Image SDK.
  • GdPicture.NET TWAIN PRO SDK.
  • GdPicture.NET TWAIN SDK.

 
Name 
Description 
 
Returns a pointer to the data-bits of a GdPicture Image.
It is up to you to interpret these bytes correctly, according to the results of GetBitDepth() and GetStride() functions.  
 
Stores into an array of byte each Blue, Green, Red and Alpha components of the pixel contained into an area of a GdPicture image.  
 
Stores into an array of bytes the pixel indexes of an area of a paletized 8bpp GdPicture image.  
 
Stores into an array of Integer the ARGB pixel values of an area of a GdPicture image.  
 
Returns the width, in bytes, of a single row of pixel data of a GdPicture image.
Also known as pitch or scan width, this width is a multiple, or possibly sub-multiple, of the pixel dimensions of the image and may be padded out to include a few more bytes.  
 
Gets the color of a specified pixel in a GdPicture image.  
 
Sets the color of a specified pixel in a GdPicture image.  
 
Changes the pixel values contained into an area of a GdPicture image from an array which contains each each Blue, Green, Red and Alpha components of pixel.  
 
Set pixel indexes from an array of bytes to an area of a paletized 8bpp GdPicture image.  
 
Changes the pixel values contained into an area of a GdPicture image from an array which contains Integer ARBG color values.  
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.