Share via


WebUIDelegate.UISetContentRect(WebView, CGRect) Method

Definition

[Foundation.Export("webView:setContentRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void UISetContentRect(WebKit.WebView sender, CoreGraphics.CGRect frame);
[<Foundation.Export("webView:setContentRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member UISetContentRect : WebKit.WebView * CoreGraphics.CGRect -> unit
override this.UISetContentRect : WebKit.WebView * CoreGraphics.CGRect -> unit

Parameters

sender
WebView
frame
CGRect

Implements

Attributes

Applies to