MonobjcMonobjc Documented Class Library
InitWithFrame Method (frame)
NamespacesMonobjc.QTKitQTMovieViewInitWithFrame(NSRect)

Initializes a newly allocated QTMovieView with frame as its frame rectangle. (Available in Mac OS X v10.3 through Mac OS X v10.5.)

Original signature is '- (id)initWithFrame:(NSRect)frame'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithFrame(
	NSRect frame
)
Public Overridable Function InitWithFrame ( _
	frame As NSRect _
) As Id
public:
virtual Id^ InitWithFrame(
	NSRect frame
)
Parameters
frame (NSRect)
The NSRect object with which to initialize the QTMovieView with its frame rectangle.
Return Value

[Missing <returns> documentation for "M:Monobjc.QTKit.QTMovieView.InitWithFrame(Monobjc.Foundation.NSRect)"]

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

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