creating bitmap

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • brenny

    creating bitmap

    Hello

    I want to create an image as manual.In the image object there will be
    rectangle,circl e and text.
    These shapes and text will be drawn with codes manually.Finall y I get an
    Image object has rectangele,circ le and text.Rectangle, circle and text's
    location and size are not important.

    How can I accomplish this?

    Thanks for helps


  • Morten Wennevik

    #2
    Re: creating bitmap

    Hi Brenny,

    This looks a bit like homework, but to start, take a look at the Bitmap class and Graphics.FromIm age. You can draw with this graphics object like you would to the screen.


    On Wed, 27 Apr 2005 22:11:34 +0200, brenny <agkrain@yahoo. com> wrote:
    [color=blue]
    > Hello
    >
    > I want to create an image as manual.In the image object there will be
    > rectangle,circl e and text.
    > These shapes and text will be drawn with codes manually.Finall y I get an
    > Image object has rectangele,circ le and text.Rectangle, circle and text's
    > location and size are not important.
    >
    > How can I accomplish this?
    >
    > Thanks for helps
    >
    >
    >[/color]



    --
    Happy coding!
    Morten Wennevik [C# MVP]

    Comment

    Working...