I need to load images and place it arranged by Z. What control the best fits for that aim? Thanks.
Printable View
I need to load images and place it arranged by Z. What control the best fits for that aim? Thanks.
CListCtrl - ?
Define "visualize"
Yes this images has alpha chanel, and let whole field be 1000*1000, and images may have any size, i need to place it into field accordingly with Z and x, y for every image and give to user ability to change their properties in property window and by dragging image in field.
May be i need to use not field control but control for every image?
I don't think there is such a control.
I would just render all of these images (in Z order) onto your window.
Ok, may be you know the control on which i can draw image and which will recognize button click on them only if clicked on the point with alpha more then 0? If no, can you suggest control from wcich more cozy to subclass my control for this purpose?