Function libui_ng_sys::uiNewImage

source ·
pub unsafe extern "C" fn uiNewImage(
    width: f64,
    height: f64
) -> *mut uiImage
Expand description

Creates a new image container.

Dimensions are measured in points. This is most commonly the pixel size of the 1x scaled image.

@param width Width in points. @param height Height in points. @returns A new uiImage instance. @memberof uiImage @static