Interface IPartialRawDataLoader

Interface IPartialRawDataLoader

Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.2.0)

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 Rectangle

The data rectangle.

data byte[]

The raw data.

start Point

The start data point. If not equal to (left,top) meaning that it is not full rectangle we have.

end Point

The 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 Rectangle

The data rectangle.

data byte[]

The raw data.

start Point

The start data point. If not equal to (left,top) meaning that it is not full rectangle we have.

end Point

The end data point. If not equal to (right,bottom) meaning that it is not full rectangle we have.

loadOptions LoadOptions

The load options.