Esempio n. 1
0
 /// <summary>
 /// Returns the frame with the specified identifier, or NULL if not found.
 /// </summary>
 /// <remarks>
 /// See also the original CEF documentation in
 /// <see href="https://bitbucket.org/chromiumfx/chromiumfx/src/tip/cef/include/capi/cef_browser_capi.h">cef/include/capi/cef_browser_capi.h</see>.
 /// </remarks>
 public CfxFrame GetFrame(long identifier)
 {
     return(CfxFrame.Wrap(CfxApi.cfx_browser_get_frame_byident(NativePtr, identifier)));
 }