Interface IPartialRawDataLoader

Interface IPartialRawDataLoader

名称: Aspose.Imaging アセンション: Aspose.Imaging.dll (25.4.0)

部分データ充電器

public interface IPartialRawDataLoader

Methods

Process(バイト、バイト( ), ポイント、ポイント)

充電されたデータを処理します。

void Process(Rectangle rectangle, byte[] data, Point start, Point end)

Parameters

rectangle Rectangle

データの直角。

data byte ( )

原料データ

start Point

出発データポイント(左、上)に等しくない場合、それは私たちが持っている完全な直角ではないことを意味します。

end Point

最終データポイント(右、下)に等しくない場合、それは私たちが持っている完全な直角ではないことを意味します。

Process(バイト、バイト( ), ポイント、ポイント、LoadOptions)

充電されたデータを処理します。

void Process(Rectangle rectangle, byte[] data, Point start, Point end, LoadOptions loadOptions)

Parameters

rectangle Rectangle

データの直角。

data byte ( )

原料データ

start Point

出発データポイント(左、上)に等しくない場合、それは私たちが持っている完全な直角ではないことを意味します。

end Point

最終データポイント(右、下)に等しくない場合、それは私たちが持っている完全な直角ではないことを意味します。

loadOptions LoadOptions

負荷の選択肢

 日本語