C# 클래스 System.Html.CanvasElement

상속: Element
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CanvasElement System.Html.Media.Graphics

공개 메소드들

메소드 설명
AddEventListener ( CanvasElementEvents type, Action listener ) : void
AddEventListener ( CanvasElementEvents type, Action listener, bool capture ) : void
AddEventListener ( CanvasElementEvents type, HtmlEventHandler listener ) : void
AddEventListener ( CanvasElementEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( CanvasElementEvents type, IEventListener listener ) : void
AddEventListener ( CanvasElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
GetContext ( CanvasContextId contextId ) : CanvasRenderingContext
GetContext ( CanvasContextId contextId, object contextOptions ) : CanvasRenderingContext
GetContext ( string contextId ) : CanvasRenderingContext
GetContext ( string contextId, object contextOptions ) : CanvasRenderingContext
RemoveEventListener ( CanvasElementEvents type, Action listener ) : void
RemoveEventListener ( CanvasElementEvents type, Action listener, bool capture ) : void
RemoveEventListener ( CanvasElementEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( CanvasElementEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( CanvasElementEvents type, IEventListener listener ) : void
RemoveEventListener ( CanvasElementEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
ToBlob ( Action callback ) : void
ToBlob ( Action callback, string type, object encoderOptions ) : void
ToDataURL ( ) : string
ToDataURL ( string type, object encoderOptions ) : string

비공개 메소드들

메소드 설명
CanvasElement ( ) : System.Html.Media.Graphics

메소드 상세

AddEventListener() 공개 메소드

public AddEventListener ( CanvasElementEvents type, Action listener ) : void
type CanvasElementEvents
listener Action
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( CanvasElementEvents type, Action listener, bool capture ) : void
type CanvasElementEvents
listener Action
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( CanvasElementEvents type, HtmlEventHandler listener ) : void
type CanvasElementEvents
listener HtmlEventHandler
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( CanvasElementEvents type, HtmlEventHandler listener, bool capture ) : void
type CanvasElementEvents
listener HtmlEventHandler
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type CanvasElementEvents
listener HtmlEventHandlerWithTarget
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type CanvasElementEvents
listener HtmlEventHandlerWithTarget
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( CanvasElementEvents type, IEventListener listener ) : void
type CanvasElementEvents
listener IEventListener
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( CanvasElementEvents type, IEventListener listener, bool capture ) : void
type CanvasElementEvents
listener IEventListener
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
리턴 void

GetContext() 공개 메소드

public GetContext ( CanvasContextId contextId ) : CanvasRenderingContext
contextId CanvasContextId
리턴 System.Html.Media.Graphics.CanvasRenderingContext

GetContext() 공개 메소드

public GetContext ( CanvasContextId contextId, object contextOptions ) : CanvasRenderingContext
contextId CanvasContextId
contextOptions object
리턴 System.Html.Media.Graphics.CanvasRenderingContext

GetContext() 공개 메소드

public GetContext ( string contextId ) : CanvasRenderingContext
contextId string
리턴 System.Html.Media.Graphics.CanvasRenderingContext

GetContext() 공개 메소드

public GetContext ( string contextId, object contextOptions ) : CanvasRenderingContext
contextId string
contextOptions object
리턴 System.Html.Media.Graphics.CanvasRenderingContext

RemoveEventListener() 공개 메소드

public RemoveEventListener ( CanvasElementEvents type, Action listener ) : void
type CanvasElementEvents
listener Action
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( CanvasElementEvents type, Action listener, bool capture ) : void
type CanvasElementEvents
listener Action
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( CanvasElementEvents type, HtmlEventHandler listener ) : void
type CanvasElementEvents
listener HtmlEventHandler
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( CanvasElementEvents type, HtmlEventHandler listener, bool capture ) : void
type CanvasElementEvents
listener HtmlEventHandler
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type CanvasElementEvents
listener HtmlEventHandlerWithTarget
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type CanvasElementEvents
listener HtmlEventHandlerWithTarget
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( CanvasElementEvents type, IEventListener listener ) : void
type CanvasElementEvents
listener IEventListener
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( CanvasElementEvents type, IEventListener listener, bool capture ) : void
type CanvasElementEvents
listener IEventListener
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
리턴 void

ToBlob() 공개 메소드

public ToBlob ( Action callback ) : void
callback Action
리턴 void

ToBlob() 공개 메소드

public ToBlob ( Action callback, string type, object encoderOptions ) : void
callback Action
type string
encoderOptions object
리턴 void

ToDataURL() 공개 메소드

public ToDataURL ( ) : string
리턴 string

ToDataURL() 공개 메소드

public ToDataURL ( string type, object encoderOptions ) : string
type string
encoderOptions object
리턴 string