I am still very new to C# and I'm developing an application that holds all of my textures
which are in a png
format.
I am at a stage where I need to be able to show multiple textures
within 1 picture box
, could I ask how this is achieved?
I am still very new to C# and I'm developing an application that holds all of my textures
which are in a png
format.
I am at a stage where I need to be able to show multiple textures
within 1 picture box
, could I ask how this is achieved?
you can do it by making array of images you want to show. Consider this example and tutorial here to learn about it.