Name | Description | |
---|---|---|
![]() | Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
The following tables list the members exposed by PixelBlock.
Name | Description | |
---|---|---|
![]() | Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
Name | Description | |
---|---|---|
![]() | Clear | Sets all values in the given plane to NoData. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
![]() | GetBytesPerPixel | Gets the number of bytes per pixel for this pixel block. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetHeight | Gets the height (number of rows) of this pixel block in pixels. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetNoDataMask | Gets the NoData mask for the given plane from this pixel block. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetNoDataMaskValue | Gets the NoData mask value for the given plane, column and row from this pixel block. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetPixelData | Gets a 2-dimensional array of pixels from this pixel block based on the given plane. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetPixelType | Gets the RasterPixelType of this pixel block. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetPlaneCount | Gets the number of planes (bands) in this pixel block. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetValue | Gets the pixel value for the given plane, column and row from this pixel block. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetWidth | Gets the width (number of columns) of this pixel block in pixels. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | HasData | Gets a value indicating whether this pixel block has any data pixels. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | HasNoData | Gets a value indicating whether the given plane from this pixel block has any NoData pixels. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetNoDataMask | Sets the NoData mask for the given plane from this pixel block. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetPixelData | Sets an array of pixels to this pixel block based on the given plane. This method must be called on the MCT. Use QueuedTask.Run. |