TiffStreamReader.ReadSShortArray

TiffStreamReader.ReadSShortArray method

ストリームから符号付き short 値の配列を読み取ります。

public short[] ReadSShortArray(long position, long count)
パラメータタイプ説明
positionInt64読み取る位置。
countInt64要素は重要です。

戻り値

符号付き short 値の配列。

例外

例外調子
ArgumentOutOfRangeExceptioncount; 正の数が必要です。

関連項目