DekGenius.com
[ Team LiB ] Previous Section Next Section

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);
    [ Team LiB ] Previous Section Next Section