Image.GetThumbnailImageAbort 委托

定义

提供一个回调方法,用于确定方法何时 GetThumbnailImage(Int32, Int32, Image+GetThumbnailImageAbort, IntPtr) 应过早取消执行。

public: delegate bool Image::GetThumbnailImageAbort();
public delegate bool Image.GetThumbnailImageAbort();
type Image.GetThumbnailImageAbort = delegate of unit -> bool
Public Delegate Function Image.GetThumbnailImageAbort() As Boolean 

返回值

如果此方法决定true该方法应过早停止执行,则返回GetThumbnailImage(Int32, Int32, Image+GetThumbnailImageAbort, IntPtr);否则返回 false

扩展方法

名称 说明
GetMethodInfo(Delegate)

获取一个对象,该对象表示由指定委托表示的方法。

适用于