WebKit.WebUIDelegate.webViewContentRect C# (CSharp) Method

webViewContentRect() public method

public webViewContentRect ( WebView sender ) : tagRECT
sender WebView
return tagRECT
        public tagRECT webViewContentRect(WebView sender)
        {
            throw new NotImplementedException();
        }