This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelBlock2 Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control a PixelBlock. Note: the IPixelBlock2 interface has been superseded byIPixelBlock3. Please consider using the more recent version.
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 and Classes | Description |
---|---|
PixelBlock | Esri PixelBlock, a container of pixel data. |
Recomment to use IPixelBlock3 interface.