DrawImageAbort

DrawImageAbort typedef

The type of a callback fuction object used as an argument for DrawImage method.

using System::Drawing::Graphics::DrawImageAbort =  std::function<bool(IntPtr ptr)>

See Also