QLThumbnailReply.CreateReply Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateReply(NSUrl) | |
CreateReply(CGSize, Func<CGContext,Boolean>) | |
CreateReply(CGSize, Func<Boolean>) |
CreateReply(NSUrl)
[Foundation.Export("replyWithImageFileURL:")]
public static QuickLook.QLThumbnailReply CreateReply (Foundation.NSUrl fileUrl);
static member CreateReply : Foundation.NSUrl -> QuickLook.QLThumbnailReply
Parameters
- fileUrl
- NSUrl
Returns
- Attributes
Applies to
CreateReply(CGSize, Func<CGContext,Boolean>)
[Foundation.Export("replyWithContextSize:drawingBlock:")]
public static QuickLook.QLThumbnailReply CreateReply (CoreGraphics.CGSize contextSize, Func<CoreGraphics.CGContext,bool> drawingBlock);
static member CreateReply : CoreGraphics.CGSize * Func<CoreGraphics.CGContext, bool> -> QuickLook.QLThumbnailReply
Parameters
- contextSize
- CGSize
Returns
- Attributes
Applies to
CreateReply(CGSize, Func<Boolean>)
[Foundation.Export("replyWithContextSize:currentContextDrawingBlock:")]
public static QuickLook.QLThumbnailReply CreateReply (CoreGraphics.CGSize contextSize, Func<bool> drawingBlock);
static member CreateReply : CoreGraphics.CGSize * Func<bool> -> QuickLook.QLThumbnailReply
Parameters
- contextSize
- CGSize
Returns
- Attributes