ImageBuffer.GetByteData Method
イメージバッファ内の特定のインデックスのバイトデータを取得します。
構文
[VB.NET]
Public Sub GetByteData( ByteIndex As Integer ) As Byte
Public Sub GetByteData( ByteIndex As Integer , LineIndex As Integer ) As Byte
[C#]Public byte GetByteData( int ByteIndex );
Public byte GetByteData( int ByteIndex, int LineIndex );
パラメータ | 説明 |
---|---|
ByteIndex | イメージバッファ内のバイトインデックスを指定します。 |
LineIndex | イメージバッファ内のラインインデックスを指定します。 |
インフォメーション
IC Imaging Control 3.1より導入