Function ul_next_sys::ulBitmapSurfaceGetBitmap

source ยท
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.