Share via


QLThumbnailReply.CreateReply Method

Definition

Overloads

CreateReply(NSUrl)

[Foundation.Export("replyWithImageFileURL:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static QuickLookThumbnailing.QLThumbnailReply CreateReply(Foundation.NSUrl fileUrl);
[<Foundation.Export("replyWithImageFileURL:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateReply : Foundation.NSUrl -> QuickLookThumbnailing.QLThumbnailReply

Parameters

fileUrl
NSUrl

Returns

Attributes

Applies to

CreateReply(CGSize, Func<CGContext,Boolean>)

[Foundation.Export("replyWithContextSize:drawingBlock:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static QuickLookThumbnailing.QLThumbnailReply CreateReply(CoreGraphics.CGSize contextSize, Func<CoreGraphics.CGContext,bool> drawingBlock);
[<Foundation.Export("replyWithContextSize:drawingBlock:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateReply : CoreGraphics.CGSize * Func<CoreGraphics.CGContext, bool> -> QuickLookThumbnailing.QLThumbnailReply

Parameters

contextSize
CGSize
drawingBlock
Func<CGContext,Boolean>

Returns

Attributes

Applies to

CreateReply(CGSize, Func<Boolean>)

[Foundation.Export("replyWithContextSize:currentContextDrawingBlock:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static QuickLookThumbnailing.QLThumbnailReply CreateReply(CoreGraphics.CGSize contextSize, Func<bool> drawingBlock);
[<Foundation.Export("replyWithContextSize:currentContextDrawingBlock:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateReply : CoreGraphics.CGSize * Func<bool> -> QuickLookThumbnailing.QLThumbnailReply

Parameters

contextSize
CGSize
drawingBlock
Func<Boolean>

Returns

Attributes

Applies to