Provides access to members that control a pixel reader.
Description
This interface is new at ArcGIS 9.3. It supersedes IPixelReader.
Members
Name | Description | |
---|---|---|
BandCount | The number of source bands. | |
CellSize | The source original cell size. | |
Extent | The source full extent. | |
FirstPyramidLevel | The first available source pyramid level. | |
GetResolution | Gets X and Y resolution (cellsize) at a given level. | |
MaximumPyramidLevel | The maximum available source pyramid level. | |
PixelType | The source pixel type. | |
PyramidLevel | The current source pyramid level. | |
Read | Reads a pixel block. | |
Snap | Snaps a given cellsize to a proper pyramid level. | |
Snap2 | Snaps a given cellsize to a proper pyramid level. |
IPixelReader2.Snap2 Method
Snaps a given cellsize to a proper pyramid level.
Public Function Snap2 ( _
ByVal Dx As Double, _
ByVal Dy As Double, _
ByVal hint As esriRasterResamplingHint _
) As Integer
public int Snap2 (
double Dx,
double Dy,
esriRasterResamplingHint hint
);
Inherited Interfaces
Interfaces | Description |
---|---|
IPixelReader | Provides access to members that control a pixel reader. |
Classes that implement IPixelReader2
Classes | Description |
---|