Share via


NSImageRep.CanInitWithPasteboard(NSPasteboard) Method

Definition

[Foundation.Export("canInitWithPasteboard:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool CanInitWithPasteboard(AppKit.NSPasteboard pasteboard);
[<Foundation.Export("canInitWithPasteboard:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CanInitWithPasteboard : AppKit.NSPasteboard -> bool

Parameters

pasteboard
NSPasteboard

Returns

Attributes

Applies to