Interface IPartialRawDataLoader
The partial data loader.
public interface IPartialRawDataLoader
Methods
Process(Rectangle, byte[], Point, Point)
Processes the loaded data.
void Process(Rectangle rectangle, byte[] data, Point start, Point end)
Parameters
rectangle
RectangleThe data rectangle.
data
byte[]The raw data.
start
PointThe start data point. If not equal to (left,top) meaning that it is not full rectangle we have.
end
PointThe end data point. If not equal to (right,bottom) meaning that it is not full rectangle we have.
Process(Rectangle, byte[], Point, Point, LoadOptions)
Processes the loaded data.
void Process(Rectangle rectangle, byte[] data, Point start, Point end, LoadOptions loadOptions)
Parameters
rectangle
RectangleThe data rectangle.
data
byte[]The raw data.
start
PointThe start data point. If not equal to (left,top) meaning that it is not full rectangle we have.
end
PointThe end data point. If not equal to (right,bottom) meaning that it is not full rectangle we have.
loadOptions
LoadOptionsThe load options.