Method Send
- Namespace
- PaintDotNet.AppModel
- Assembly
- PaintDotNet.Core.dll
Send(SendOrPostCallback, object?)
Sends a callback to be executed on the UI thread. This method does not return until the callback completes.
void Send(SendOrPostCallback d, object? state)
Parameters
d
SendOrPostCallbackstate
object