Replies: 1 comment
-
Thanks for the report. For all the discussions you are creating, we'll ask you for repro samples. Make sure to provide one so we can discuss further the issues you are reporting. |
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.
-
Some times,i used "Surface.OnDraw", it would run out of the following exception,m I using it incorrectly, or what is the potential hidden danger?
protected override void OnDraw(SKCanvas canvas)

{
_path.Reset();
canvas.DrawPath(_path, _paint);
}
Beta Was this translation helpful? Give feedback.
All reactions