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 

返回值

如果此方法确定 GetThumbnailImage(Int32, Int32, Image+GetThumbnailImageAbort, IntPtr) 方法应提前停止执行,它将返回 true;否则返回 false

扩展方法

GetMethodInfo(Delegate)

获取指示指定委托表示的方法的对象。

适用于