Vector Graphics Re-Sizing

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Vector Graphics Re-Sizing

    Hi There,
    I'm relatively new to Flex but I've googled around and I can't come across an
    answer so I'm hoping you can help. I've come across a bit of a problem. I've
    defined a region using a set of co-ordinates and the graphics class method
    lineTo(x, y). That all works fine and achieves exactly what is needed, however,
    now it's possible that it may have to be re-sized, i've tried re-sizing the
    components to which this region has been added with no such luck which I assume
    is because it's still manually plotting out the co-ordinates which means I can
    only assume that the co-ordinates have to be changed to match the scaling of
    the re-sizing but unfortunately, I'm no maths genius and working out a formula
    to achieve that is near impossible (for me anyway...).

    Is there something I'm missing?

    Thanks in advance.

    Granite27 Guest

  2. Similar Questions and Discussions

    1. Exporting Vector Graphics
      Hi, I have just made a logo in freehand. its is vector format. Question is Can I export it, say in photoshop, in same vector format? I tried...
    2. Extract vector graphics
      Hi, I am wanting to develop a program that will work like Acrobat's Extract all images functionality except it will only look for vector images and...
    3. Exporting illustrator vector graphics to other applications
      Can some one tell me the best way to export Illustrator vector graphics so the can be used in Power Point Word etc? I would also like to know how to...
    4. Checkerboard pattern in vector graphics FH 10
      Hi, Hope someone can help. I have a Mac G4 with OS 10.3.3 at home. I have used Nova 750,000 vector graphics and printed them from Freehand 10 on...
    5. working with vector graphics
      Hi! How should i use vector graphics that i made in freehand into director?
  3. #2

    Default Re: Vector Graphics Re-Sizing

    Have you tried using scaleX and scaleY?
    slaingod Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139