Geting all points (coordinates) from VGPath?

136 Views Asked by At

I use MonkSVG for drawing and it stores points inside a variable of type typedef VGHandle VGPath;

I need to find the smallest rect which contains all the points of VGPath. So I need to get all the points from this variable. I don't need additional modifiers from SVG file such as "move_to", "line_to" and e.t.c.

As I see separate points could be stored using the following functions from OpenVG/MonkVG:

  • vgAppendPathData
  • vguRect
  • ...
0

There are 0 best solutions below