Function libui_ng_sys::uiNewImage
source · 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