Provides access to members that control a PixelBlock. Note: the IPixelBlock2 interface has been superseded byIPixelBlock3. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
BytesPerPixel | The number of bytes per pixel for the PixelBlock. | |
GetVal | The value for a specified pixel. | |
Height | The height of the PixelBlock in pixels. | |
PixelType | The pixel type of the PixelBlock. | |
Planes | The number of pixel arrays contained in the PixelBlock. | |
SafeArrayByRef | A variant SafeArray of pixels for a specified plane. | |
Width | The width of the PixelBlock in pixels. |
CoClasses that implement IPixelBlock2
CoClasses and Classes | Description |
---|---|
PixelBlock | ESRI PixelBlock, a container of pixel data. |
Remarks
Recomment to use IPixelBlock3 interface.