MonobjcMonobjc Documented Class Library
PreviewBounds Property
NamespacesMonobjc.QTKitQTCaptureViewPreviewBounds

Returns the rectangle occupied by the video preview in the view.

Original signature is '- (NSRect)previewBounds'

Available in 5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect PreviewBounds { get; }
Public Overridable ReadOnly Property PreviewBounds As NSRect
	Get
public:
virtual property NSRect PreviewBounds {
	NSRect get ();
}
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)