MonobjcMonobjc Documented Class Library
MovieWithPasteboardError Method (pasteboard, errorPtr)
NamespacesMonobjc.QTKitQTMovieMovieWithPasteboardError(NSPasteboard, NSError%)

Creates a QTMovie object initialized with the contents of the pasteboard specified by pasteboard.

Original signature is '+ (id)movieWithPasteboard:(NSPasteboard *)pasteboard error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static QTMovie MovieWithPasteboardError(
	NSPasteboard pasteboard,
	out NSError errorPtr
)
Public Shared Function MovieWithPasteboardError ( _
	pasteboard As NSPasteboard, _
	<OutAttribute> ByRef errorPtr As NSError _
) As QTMovie
public:
static QTMovie^ MovieWithPasteboardError(
	NSPasteboard^ pasteboard, 
	[OutAttribute] NSError^% errorPtr
)
Parameters
pasteboard (NSPasteboard)
MISSING
errorPtr (NSError%)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.QTKit.QTMovie.MovieWithPasteboardError(Monobjc.AppKit.NSPasteboard,Monobjc.Foundation.NSError@)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.QTKit (Module: Monobjc.QTKit)