FrameType.IsBottomUp Property |
||
| Returns whether this frame type stores the image data bottom up. | ||
| Syntax: | Public IsBottomUp As Boolean |
|
| Limitations: | Read only. |
|
| Remarks: | For bottom up frame types. the first bytes of the image buffer contain the image data of the last row of the image. In images with a top down frame type, the first bytes of the image buffer contain the image data of the first row of the image. |
|
| See also: | FrameType | |