BlazorExtensions / Canvas

HTML5 Canvas API implementation for Microsoft Blazor
MIT License
602 stars 145 forks source link

Update BECanvasComponent.cs #99

Open scubakiz opened 3 years ago

scubakiz commented 3 years ago

Exposed Id so component can be found in Javascript. Will be helpful when trying to get the canvas size at runtime:

document.getElementById(canvasElementId).getBoundingClientRect();