Post Reply 
Keeping graphic objects in programs
11-20-2020, 08:40 AM (This post was last modified: 11-20-2020 08:59 AM by gege.)
Post: #2
RE: Keeping graphic objects in programs
You can create your program into an application library. In this library you include png or jpeg files into your project and load it with:
Code:
AFiles("mypicture.png")▶G1;
And after use BLIT_P function to display it.
Code:
BLIT_P(G1);

Another method is to use DIMGROB_P, see this thread.
Or use ICON, like this.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Keeping graphic objects in programs - gege - 11-20-2020 08:40 AM



User(s) browsing this thread: 1 Guest(s)