j
k
j a
j l
How to draw a graphic shape (e.g. an ellipse or an arc) rotated by some angle?
no direct way. Use GrGenerateEllipse() or GrGenerateEllipseArc() to create a polygon. Then rotate the polygon point by point and finally draw it.
Hartmut
Back to the thread
Back to the list