MonobjcMonobjc Documented Class Library
PreservesAspectRatio Property
NamespacesMonobjc.QTKitQTCaptureViewPreservesAspectRatio

Returns whether the receiver preserves the aspect ratio of the video preview when drawing it.

Original signature is '- (BOOL)preservesAspectRatio'

Available in 5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool PreservesAspectRatio { get; set; }
Public Overridable Property PreservesAspectRatio As Boolean
	Get
	Set
public:
virtual property bool PreservesAspectRatio {
	bool get ();
	void set (bool value);
}
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)