Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Please explain the arguments to “skglControl.Invalidate();” #498

Open
CBrauer opened this issue Feb 2, 2023 · 0 comments
Open

Please explain the arguments to “skglControl.Invalidate();” #498

CBrauer opened this issue Feb 2, 2023 · 0 comments

Comments

@CBrauer
Copy link

CBrauer commented Feb 2, 2023

Hello,

I’m converting my Windows Form App and Maui Graphics to .NET 7, and I’m wondering about the difference between:

    skglControl.Invalidate();
    skglControl.Update();

and
skglControl.Invalidate(true);

I want to completely redraw my entire drawing. Which one should I use?

Charles

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant