Table of Contents

Class CefBrowser

Namespace
Axolotl2D.Cef
Assembly
Axolotl2D.Cef.dll

Represents a CefSharp browser that can be drawn to the screen.

public class CefBrowser : BaseDrawable, IDisposable
Inheritance
CefBrowser
Implements
Inherited Members

Methods

Disable()

Disables the browser.

public void Disable()

Exceptions

InvalidOperationException

Browser was already disabled!

Draw()

Draws the browser to the screen.

public override void Draw()

Enable()

Enables the browser.

public void Enable()

Exceptions

InvalidOperationException

Browser was already enabled!

SetUrl(string)

Sets the URL of the browser.

public void SetUrl(string url)

Parameters

url string

URL to set the browser to.