C# Class Skybound.Gecko.DOM.GeckoCanvasElement

Inheritance: GeckoElement
显示文件 Open project: tophatmonocle/DirtyGecko

Public Methods

Method Description
GeckoCanvasElement ( object element ) : System
getContext ( string contextId ) : nsISupports
toDataURL ( string type ) : string

Private Methods

Method Description
GeckoCanvasElement ( nsIDOMHTMLCanvasElement element ) : System

Method Details

GeckoCanvasElement() public method

public GeckoCanvasElement ( object element ) : System
element object
return System

getContext() public method

public getContext ( string contextId ) : nsISupports
contextId string
return nsISupports

toDataURL() public method

public toDataURL ( string type ) : string
type string
return string