Drawing vector graphics

Home Forums Everyday Testing – Careers, Learning and more Drawing vector graphics

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19357
    Jack
    Participant
    @jackdev

    Hello

    My program is very simple, it calculates the amount of material needed (that is what I already have).

    I need to show the number of panels visually and divide the panels.
    Some ideas or components for vector graphics.

    I thought about adding a few figures – a rectangle, a line – a line moved by a mouse.

     
    Is it a good idea to use Canvas ?

    Thank you

    #19358
    Nicola
    Member
    @nicolag

    Simple figures can be painted using the Canvas methods. The problem is to create an efficient solution, so that the program does not lose its fluency while increasing the number of rendered objects on the screen.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.