Graphics

 View Only
  • 1.  APITexture

    Posted 06-23-2015 13:35
    Hi all !

    I have to draw a curve (that is ok). And I have to fill the zone between my curve and a line at the middle.

    Is there a way to do that ?

    Thank you.


  • 2.  RE: APITexture

    Posted 06-25-2015 08:00
    Here an example of what I need to achieve



    #XPression


  • 3.  RE: APITexture

    Posted 06-25-2015 14:07
    Can you use the FillPolygon function and draw the curve using a large number of points?

    #XPression


  • 4.  RE: APITexture

    Posted 06-26-2015 21:24
    Unfortunatly, no i can't.

    Number of points are random, so this method is not for me... :(

    #XPression


  • 5.  RE: APITexture

    Posted 06-26-2015 21:29
    Does the DrawClosedCurve method do what you need (except for the fact that it is not Filled in)? We can add a FillClosedCurve function to the API if that helps..

    #XPression


  • 6.  RE: APITexture

    Posted 06-26-2015 21:32
    I have to test how this method is acting, I'll tell you asap.

    Thank you !

    #XPression


  • 7.  RE: APITexture

    Posted 07-03-2015 04:35
    Thank you for the api update ! :)

    #XPression