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
I am looking for an example that places an image into the canvas.
Something like the following where the the contents from the img tag is draw into the canvas. Is this possible?
I am looking for an example that places an image into the canvas.
Something like the following where the the contents from the img tag is draw into the canvas. Is this possible?
<img @ref="imageSelected" id="imageSelected" src="@SelectedImage.Base64JPGImage" alt="@SelectedImage.DisplayedName" hidden >
<BECanvas Width="300" Height="700" @ref="_canvasReference">
The text was updated successfully, but these errors were encountered: