C# Class Skybound.Gecko.DOM.GeckoCanvasElement

Inheritance: GeckoElement
Afficher le fichier Open project: tophatmonocle/DirtyGecko

Méthodes publiques

Méthode Description
GeckoCanvasElement ( object element ) : System
getContext ( string contextId ) : nsISupports
toDataURL ( string type ) : string

Private Methods

Méthode Description
GeckoCanvasElement ( nsIDOMHTMLCanvasElement element ) : System

Method Details

GeckoCanvasElement() public méthode

public GeckoCanvasElement ( object element ) : System
element object
Résultat System

getContext() public méthode

public getContext ( string contextId ) : nsISupports
contextId string
Résultat nsISupports

toDataURL() public méthode

public toDataURL ( string type ) : string
type string
Résultat string