Xbasic

UI_BITMAP_PNG_SAVE Function

Syntax

B UI_BITMAP_PNG_SAVE(C name)

Arguments

name

The name of a bitmap in memory. Character

Description

Save contents of a named bitmap to a PNG formatted blob.

Example

file.From_blob("c:\data\chrome.png",ui_bitmap_png_save("$$application.chrome"))
sys_open("c:\data\chrome.png")

See Also