[][src]Function ul_sys::ulBitmapSurfaceGetBitmap

pub unsafe extern "C" fn ulBitmapSurfaceGetBitmap(
    surface: ULBitmapSurface
) -> ULBitmap

Get the underlying Bitmap from the default Surface.

@note Do not call ulDestroyBitmap() on the returned value, it is owned by the surface.