CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: SceneEditor

  1. #1

    SceneEditor

    Hi, need to create graphics editor with ability of adding images and arrange them by Z. Dragging, resizing etc. Images with alpha chanel. Can you advise to me the control or another they how i can render images to screen and if it control then how to get known is it clicked on the pixel where opacity more then zero to activate that image or if equals to zero then let the message go deeper into Z hierarchy. Thanks.

  2. #2
    Join Date
    Nov 2009
    Posts
    45

    Re: SceneEditor

    There are a few controls that you can try:
    UCCDraw, UCCDiagram or with it's source codes E-XD++, at: http://www.code-home.com

    Hope it is useful to you.
    Jack

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured