.NET Windows Forms in a Nutshell

Graphics.DrawImageAbort serializable

System.Drawing (system.drawing.dll) delegate

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 );

Категории