Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User jamiefuller's Avatar
    Join Date
    Sep 2004
    Posts
    31
    Hi All,

    Is it possible to draw an image onto an image?
    Basically i'm looking to display an image(x), then draw an image(y) onto that image(x) it then display image(x) again. so effectively i'm working in a buffer area before putting the image to the screen.

    Cheers
    Jamie

  2. #2
    Super Contributor shmoove's Avatar
    Join Date
    Mar 2003
    Location
    Israel
    Posts
    2,280
    Code:
    Image x, y;
    
    Graphics xGraphics = x.getGraphics();
    xGraphics.drawImage(y,0,0,Graphics.TOP|Graphics.LEFT);
    shmoove

Similar Threads

  1. --- ???save image problem??? ---
    By ferenn in forum Mobile Java Media (Graphics & Sounds)
    Replies: 6
    Last Post: 2007-10-01, 14:33
  2. draw the image in full screen??
    By silver_man82 in forum Symbian Media (Closed)
    Replies: 3
    Last Post: 2005-05-04, 18:51
  3. HELP: Mutable Image to Immutable Image?
    By rj_cybersilver in forum Mobile Java Media (Graphics & Sounds)
    Replies: 1
    Last Post: 2005-03-26, 09:58
  4. How to draw image from raw data?
    By deepakgmi in forum Symbian C++
    Replies: 1
    Last Post: 2004-01-21, 03:23
  5. Series 40 - draw only a part of the image
    By ionutianasi in forum Mobile Java Media (Graphics & Sounds)
    Replies: 11
    Last Post: 2003-09-08, 04:25

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved