IRawPixelReader Interface

Provides access to members that control a raw pixel reader.

Members

Name Description
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.