AVCaptureView Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AVCaptureView() | |
AVCaptureView(CGRect) | |
AVCaptureView(NSCoder) | |
AVCaptureView(NSObjectFlag) | |
AVCaptureView(IntPtr) |
AVCaptureView()
AVCaptureView(CGRect)
[Foundation.Export("initWithFrame:")]
public AVCaptureView (CoreGraphics.CGRect frameRect);
new AVKit.AVCaptureView : CoreGraphics.CGRect -> AVKit.AVCaptureView
Parameters
- frameRect
- CGRect
- Attributes
Applies to
AVCaptureView(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public AVCaptureView (Foundation.NSCoder coder);
new AVKit.AVCaptureView : Foundation.NSCoder -> AVKit.AVCaptureView
Parameters
- coder
- NSCoder
- Attributes
Applies to
AVCaptureView(NSObjectFlag)
protected AVCaptureView (Foundation.NSObjectFlag t);
new AVKit.AVCaptureView : Foundation.NSObjectFlag -> AVKit.AVCaptureView
Parameters
Applies to
AVCaptureView(IntPtr)
protected internal AVCaptureView (IntPtr handle);
new AVKit.AVCaptureView : nativeint -> AVKit.AVCaptureView
Parameters
- handle
-
IntPtr
nativeint