You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Motivation
To avoid reallocations for every created bitmap. Useful, when rendering a formula for the same control/file.
Details
Proposed syntax for
TexRenderer
: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.
The text was updated successfully, but these errors were encountered: