Image.GetThumbnailImageAbort Delegate
Definition
Provides a callback method for determining when the GetThumbnailImage(Int32, Int32, Image+GetThumbnailImageAbort, IntPtr) method should prematurely cancel execution.
public: delegate bool Image::GetThumbnailImageAbort();
public delegate bool Image.GetThumbnailImageAbort();
type Image.GetThumbnailImageAbort = delegate of unit -> bool
Public Delegate Function Image.GetThumbnailImageAbort() As Boolean
Return Value
This method returns true
if it decides that the GetThumbnailImage(Int32, Int32, Image+GetThumbnailImageAbort, IntPtr) method should prematurely stop execution; otherwise, it returns false
.
- Inheritance
Extension Methods
GetMethodInfo(Delegate) |
Gets an object that represents the method represented by the specified delegate. |