名前 | 解説 | |
---|---|---|
h | The height of the block, in pixels. | |
offset | The offset in the array of the top-left coefficient | |
progressive | The progressive attribute (false by default) | |
scanw | The width of the scanlines used to store the data in the array | |
TYPE_BYTE | The identifier for the System.Byte data type, as signed 8 bits. | |
TYPE_FLOAT | The identifier for the System.Single data type | |
TYPE_INT | The identifier for the System.Int32 data type, as signed 32 bits. | |
TYPE_SHORT | The identifier for the System.Int16 data type, as signed 16 bits. | |
ulx | The horizontal coordinate (in pixels) of the upper-left corner of the block of data. This is relative to the component of the image from where this block was filled or is to be filled. | |
uly | The vertical coordinate of the upper-left corner of the block of data. This is relative to the component of the image from where this block was filled or is to be filled. | |
w | The width of the block, in pixels. |