Jump to content

dynamic recize of an image

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
poisonx

poisonx

    Newbie

  • Members
  • Pip
  • 2 posts
i am working on a flowchart maker.i have added images to be dragged and drop.now i want to add the feature that the dropped image can be resized by the user.what are those called dots appears on the selected image to change size.thanx

#2
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
They are called pixels. You have to make your own custom pictureBox if you want it to resize the image. Don't ask me how though.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

#3
poisonx

poisonx

    Newbie

  • Members
  • Pip
  • 2 posts
can you provide me tutorials regarding graphics in c#?

#4
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
This is all I know of: Practical WPF Graphics Programming | Scribd
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

#5
gokuajmes

gokuajmes

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 518 posts
look
Building a Color Picker with GDI+ in Visual Basic .NET or C#
here
http://msdn.microsof...28v=VS.71).aspx