C# 클래스 Skybound.Gecko.DOM.GeckoCanvasElement

상속: GeckoElement
파일 보기 프로젝트 열기: tophatmonocle/DirtyGecko

공개 메소드들

메소드 설명
GeckoCanvasElement ( object element ) : System
getContext ( string contextId ) : nsISupports
toDataURL ( string type ) : string

비공개 메소드들

메소드 설명
GeckoCanvasElement ( nsIDOMHTMLCanvasElement element ) : System

메소드 상세

GeckoCanvasElement() 공개 메소드

public GeckoCanvasElement ( object element ) : System
element object
리턴 System

getContext() 공개 메소드

public getContext ( string contextId ) : nsISupports
contextId string
리턴 nsISupports

toDataURL() 공개 메소드

public toDataURL ( string type ) : string
type string
리턴 string