[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Paint.Arc draw direction


Hi lee

Am 16.02.26 um 16:10 schrieb Lee:
Just to confirm, am I misunderstanding the documentation, or is it in need of correction?

I typically draw circles with following transformation matrix:

    Paint.Translate($iDrawCenterX, $iDrawCenterY)
    Paint.Scale(1, -1)
    Paint.Arc(0, 0, $iRadius, 0, Rad(90))

With this, arc is drawn as documented. Could it be, that the documentation was inadvertently written under the application of such transformation matrix? From my point of view the sentence "If _Length_ is negative, then the arc is drawn clockwise." is wrong and I suggest to remove it from the documentation.

Best regards, Claus


Follow-Ups:
Re: Paint.Arc draw directionLee <t.lee.davidson@xxxxxxxxx>
References:
Paint.Arc draw directionLee <t.lee.davidson@xxxxxxxxx>