Canvas

  • Thread starter Thread starter user
  • Start date Start date
U

user

Hello
I'm looking for component in which i could draw calling functions like:
DrawLine(), DrawPoint() , SeTBrush().
(.net + C#)

Thanx
Michal
 
Hello,

This kind of operations is done on a Graphics objekt. How you get a
hold of a Graphics object depends on the situation. If you have a control
you can use the CreateGraphics() method. You could also create your
own Bitmap class object and pass it to the static method FromImage()
on the Graphics class.

HTH,

//Andreas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

WPF Canvas: How to find its children's location? 2
Component: table 1
draw borderstyle 1
Fade Images 2
drawing alpha-blended images 2
Draw a one pixel point with GDI+ 1
How to make help files ? 3
QuickSort 2

Back
Top