[QUESTION] Is it possible to make canvasSize public in Blazor SKCanvasView? #1888
Unanswered
artemiusgreat
asked this question in
Q&A
Replies: 1 comment
-
Actually, authors of other libraries also would like to make similar properties public. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After rendering, control
SKCanvasView
already knows its width and height defined in thecanvasSize
property. For some reason, this property is defined as private. Is there a reason for this and is it possible to expose width and height of the canvas as public?Beta Was this translation helpful? Give feedback.
All reactions