IPartialRawDataLoader.Process

Process(Rectangle, byte[], Point, Point)

Processes the loaded data.

public void Process(Rectangle rectangle, byte[] data, Point start, Point end)
ParameterTypeDescription
rectangleRectangleThe data rectangle.
dataByte[]The raw data.
startPointThe start data point. If not equal to (left,top) meaning that it is not full rectangle we have.
endPointThe end data point. If not equal to (right,bottom) meaning that it is not full rectangle we have.

See Also


Process(Rectangle, byte[], Point, Point, LoadOptions)

Processes the loaded data.

public void Process(Rectangle rectangle, byte[] data, Point start, Point end, 
    LoadOptions loadOptions)
ParameterTypeDescription
rectangleRectangleThe data rectangle.
dataByte[]The raw data.
startPointThe start data point. If not equal to (left,top) meaning that it is not full rectangle we have.
endPointThe end data point. If not equal to (right,bottom) meaning that it is not full rectangle we have.
loadOptionsLoadOptionsThe load options.

See Also