NAME ==== vg_bitmap_height() - return height of a bitmap SYNOPSIS ======== int vg_bitmap_height(const bitmap * bmp) DESCRIPTION =========== Returns height of bitmap bmp in pixels. RETURN VALUE ============ It returns the height of the bitmap. SEE ALSO ======== Index Understanding bitmaps vg_bitmap_createnew() vg_bitmap_createfromfile() vg_bitmap_createfromtext() vg_bitmap_duplicate() vg_bitmap_width() vg_bitmap_getpixel() vg_bitmap_clear() vg_bitmap_copyto() vg_bitmap_save() vg_bitmap_rotate() vg_bitmap_zoom() vg_bitmap_mirror() vg_bitmap_overlap() vg_bitmap_free()