Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Drawing - Paint (Brush / Pencil)

    Hi Isomorphic, is there any class that are able to create a brush/ pencil in drawpane? I have tried DrawItem, but those are specific shape, would like to ask if have any "Free style" drawing tools.

    #2
    You just create a DrawItem for each brushstroke. So if you want a circular brush, create a series of DrawCircles as the user moves the mouse.

    Comment


      #3
      Originally posted by Isomorphic View Post
      You just create a DrawItem for each brushstroke. So if you want a circular brush, create a series of DrawCircles as the user moves the mouse.
      Hi , thanks for the reply, perhaps , can I have a example or sample on creating the brush?

      Comment


        #4
        In a mouse move handler, create a DrawItem of the desired shape at the current coordinates.

        If you would like this written for you, please consider our commercial services offerings.

        Comment

        Working...
        X