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

Consider SkiaSharp in drawing chemical structure #1

Closed
GeorgeS2019 opened this issue Oct 8, 2023 · 1 comment
Closed

Consider SkiaSharp in drawing chemical structure #1

GeorgeS2019 opened this issue Oct 8, 2023 · 1 comment

Comments

@GeorgeS2019
Copy link

GeorgeS2019 commented Oct 8, 2023

Consider creating a UserControl using SkiaSharp specific in drawing chemical structure

@GeorgeS2019
Copy link
Author

GeorgeS2019 commented May 25, 2024

MolDraw2DCairo view = new(1024, 1024);
view.drawMolecule(molecule);
view.finishDrawing();
view.writeDrawingText(imageFileName);

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

No branches or pull requests

2 participants