Get whether rows are organized top to bottom, or bottom to top in images.

This commit is contained in:
syd%netscape.com 1999-03-30 00:56:35 +00:00
Родитель 0d27662e52
Коммит 652c0fd774
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -73,6 +73,13 @@ public:
*/
virtual PRInt32 GetBytesPix() = 0;
/**
* Get whether rows are organized top to bottom, or bottom to top
* @update - syd 3/29/99
* @return PR_TRUE if top to bottom, else PR_FALSE
*/
virtual PRBool GetIsRowOrderTopToBottom() = 0;
/**
* Get the width for the pixelmap
* @update - dwc 2/1/99