Method Post
- Namespace
- PaintDotNet.AppModel
- Assembly
- PaintDotNet.Core.dll
Post(SendOrPostCallback, object?)
Posts a callback to be executed on the UI thread. This method returns immediately without waiting for the callback to complete.
void Post(SendOrPostCallback d, object? state)
Parameters
d
SendOrPostCallbackstate
object