This document is archived and information here might be outdated.  Recommended version.


IPixelBlock4 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelBlock4 Interface
ArcGIS Developer Help

IPixelBlock4 Interface

Provides access to members that control a PixelBlock.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method Clear Clears the pixel block.
Method Create Initializes the pixel block.
Method CreateFromPixelBlock Initializes the pixel block using another pixel block.
Method ExportToBytes Exports to a byte array.
Method HasData Checks if a PixelBlock contains any data pixels.
Method HasNoData Checks if a PixelBlock contains NoData.

Classes that implement IPixelBlock4

Classes Description
PixelBlock Esri PixelBlock, a container of pixel data.