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)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상