Function ul_sys::ulBitmapSurfaceGetBitmap[][src]

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

Get the underlying Bitmap from the default Surface.

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