SKCodec.StartIncrementalDecode メソッド

定義

オーバーロード

名前 説明
StartIncrementalDecode(SKImageInfo, IntPtr, Int32)

指定したオプションを使用して増分デコードを準備します。

StartIncrementalDecode(SKImageInfo, IntPtr, Int32, SKCodecOptions)

指定したオプションを使用して増分デコードを準備します。

StartIncrementalDecode(SKImageInfo, IntPtr, Int32)

指定したオプションを使用して増分デコードを準備します。

public SkiaSharp.SKCodecResult StartIncrementalDecode(SkiaSharp.SKImageInfo info, IntPtr pixels, int rowBytes);

パラメーター

info
SKImageInfo

コピー先の画像情報。 ディメンションが Infoのディメンションと一致しない場合、これはスケールを意味します。

pixels
IntPtr

書き込むメモリ。 サブセット (存在する場合) または完全なイメージを保持するのに十分な大きさである必要があります。

rowBytes
Int32

書き込むメモリのストライド。

返品

成功した Success 、または失敗の種類を説明する別の値を返します。

適用対象

StartIncrementalDecode(SKImageInfo, IntPtr, Int32, SKCodecOptions)

指定したオプションを使用して増分デコードを準備します。

public SkiaSharp.SKCodecResult StartIncrementalDecode(SkiaSharp.SKImageInfo info, IntPtr pixels, int rowBytes, SkiaSharp.SKCodecOptions options);

パラメーター

info
SKImageInfo

コピー先の画像情報。 ディメンションが Infoのディメンションと一致しない場合、これはスケールを意味します。

pixels
IntPtr

書き込むメモリ。 サブセット (存在する場合) または完全なイメージを保持するのに十分な大きさである必要があります。

rowBytes
Int32

書き込むメモリのストライド。

options
SKCodecOptions

メモリがゼロ初期化されているかどうか、サブセットをデコードするかどうかなど、デコード オプション。

返品

成功した Success 、または失敗の種類を説明する別の値を返します。

適用対象