System::Drawing::Graphics::DrawImageAbort typedef

DrawImageAbort typedef

用于 DrawImage 方法参数的回调函数对象的类型。

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

另见