Provides access to members that control a raw pixel reader.
Members
Name | Description | |
---|---|---|
Read | Reads a pixel block. |
IRawPixelReader.Read Method
Reads a pixel block.
Public Sub Read ( _
ByVal tlc As IPnt, _
ByVal pPixelBlock As IPixelBlock _
)
public void Read (
IPnt tlc,
IPixelBlock pPixelBlock
);
Remarks
The argument tlc is the top left corner of the pixel block.
Classes that implement IRawPixelReader
Classes | Description |
---|
Remarks
An interface used to implement call back function to provide pixels for the RasterXformer.