WebFrameView 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
WebFrameView() | |
WebFrameView(CGRect) | |
WebFrameView(NSCoder) | |
WebFrameView(NSObjectFlag) | |
WebFrameView(IntPtr) |
WebFrameView()
WebFrameView(CGRect)
[Foundation.Export("initWithFrame:")]
public WebFrameView (CoreGraphics.CGRect frameRect);
new WebKit.WebFrameView : CoreGraphics.CGRect -> WebKit.WebFrameView
Parameters
- frameRect
- CGRect
- Attributes
Applies to
WebFrameView(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public WebFrameView (Foundation.NSCoder coder);
new WebKit.WebFrameView : Foundation.NSCoder -> WebKit.WebFrameView
Parameters
- coder
- NSCoder
- Attributes
Applies to
WebFrameView(NSObjectFlag)
protected WebFrameView (Foundation.NSObjectFlag t);
new WebKit.WebFrameView : Foundation.NSObjectFlag -> WebKit.WebFrameView
Parameters
Applies to
WebFrameView(IntPtr)
protected internal WebFrameView (IntPtr handle);
new WebKit.WebFrameView : nativeint -> WebKit.WebFrameView
Parameters
- handle
-
IntPtr
nativeint