What do you mean by that? One on top of the other? Are they transparent?
Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
Convenience and productivity tools for Microsoft Visual Studio: FeinViewer - an integrated GDI objects viewer for Visual C++ Debugger, and more...
What do you mean by that? One on top of the other? Are they transparent?
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.
Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
Convenience and productivity tools for Microsoft Visual Studio: FeinViewer - an integrated GDI objects viewer for Visual C++ Debugger, and more...
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?
Last edited by Igor Yalovecky; April 12th, 2011 at 02:58 AM.
Bookmarks