Click or drag to resize

AVCapturePreview Constructor (CGRect)

Initializes a new instance of the AVCapturePreview class.

Namespace:  FM.IceLink.Cocoa
Assembly:  FM.IceLink.Cocoa (in FM.IceLink.Cocoa.dll) Version: 1.1.2.607 (1.1.2.607)
Remarks

This constructor is used to programmatically create a new instance of UIView with the specified dimension in the frame. The object will only be displayed once it has been added to a view hierarchy by calling AddSubview in a containing view.

This constructor is not invoked when deserializing objects from storyboards or XIB filesinstead the constructor that takes an NSCoder parameter is invoked.

Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also