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

Method to render a formula to an existing bitmap #289

Open
WhiteBlackGoose opened this issue Mar 4, 2021 · 0 comments
Open

Method to render a formula to an existing bitmap #289

WhiteBlackGoose opened this issue Mar 4, 2021 · 0 comments

Comments

@WhiteBlackGoose
Copy link

Motivation

To avoid reallocations for every created bitmap. Useful, when rendering a formula for the same control/file.

Details

Proposed syntax for TexRenderer:

public void RenderToBitmap(RenderTargetBitmap dst, double x, double y)

The idea is to render it to the given bitmap of type RenderTargetBitmap.
Because the rendered image has an unpredictable size, I suggest resizing it internally to the size of the destination bitmap.

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

2 participants