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

    Rotating an image

    Hi )

    How can I rotate an image in Java applet ?


  2. #2
    Join Date
    Mar 1999
    Location
    Utah
    Posts
    66

    Re: Rotating an image

    With the rotate method of a Graphics2D object. I don't think it is compatable with
    the new browsers yet though without the java 2 plug-in


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