NAME ==== vg_bitmap_width() - return width of a bitmap SYNOPSIS ======== int vg_bitmap_width(const bitmap * bmp) DESCRIPTION =========== Returns width of bitmap bmp in pixels. RETURN VALUE ============ It returns the width of the bitmap. SEE ALSO ======== Index Understanding bitmaps vg_bitmap_createnew() vg_bitmap_createfromfile() vg_bitmap_createfromtext() vg_bitmap_duplicate() vg_bitmap_height() 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()