.NET Windows Forms in a Nutshell
This is the delegate for the callback used when your DrawImage method should abort. (See Graphics for more information.) public delegate bool Graphics.DrawImageAbort (IntPtr callbackdata ); |
This is the delegate for the callback used when your DrawImage method should abort. (See Graphics for more information.) public delegate bool Graphics.DrawImageAbort (IntPtr callbackdata ); |