+1
Ülevaatamisel

Ellipse Annotation Rotation

Stephen Taht 9 aastat tagasi uuendaja Oystein Bjorke 9 aastat tagasi 1
I'd like to be able to do a rotate transform on an ellipseannotation. Maybe it's already possible by overriding the Render method but I can't seem to figure out how.
Ülevaatamisel
The IRenderContext does not support transforms or rotated ellipses. This feature can be added, but must be implemented on all the platforms....
A work-around is to render the rotated ellipse as a polygon by calculating the rotated outline. This will work on all platforms with no extra work :-)

Please add the new feature request to the issues at GitHub!