Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to add a method to DrawingContext to draw a dot/circle #18036

Open
woutware opened this issue Jan 23, 2025 · 0 comments
Open

Request to add a method to DrawingContext to draw a dot/circle #18036

woutware opened this issue Jan 23, 2025 · 0 comments

Comments

@woutware
Copy link

woutware commented Jan 23, 2025

Is your feature request related to a problem? Please describe.

Hi,

I'm implementing AutoCAD rendering in Avalonia. Everything is working so far, except there is no nice way to draw dots. The only way currently is to use method DrawEllipse, but a more specific DrawCircle method would be nice. Even if the performance gain would be small, it would still be great, as rendering can never be fast enough for large AutoCAD drawings.

  • Wout

Describe the solution you'd like

Add method DrawingContext.DrawCircle so we can draw dots in the most efficient manner.

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant