Provides access to members that control a pixel operation on a raster.
Members
| Name | Description | |
|---|---|---|
![]() |
PixelFilter | The pixel filter for filtering pixel values. |
IPixelOperation.PixelFilter Property
The pixel filter for filtering pixel values.
Public Property PixelFilter As IPixelFilter
public IPixelFilter PixelFilter {get; set;}
Classes that implement IPixelOperation
| Classes | Description |
|---|---|
| MosaicRaster | A mosaic of rasters. |
| Raster | An in-memory representation of a dynamic raster that can perform resampling and reprojection. |
Remarks
IPixelOperation interface is used to set a pixel filer on a Raster.
