C# Class System.Html.CanvasElement

Inheritance: Element
Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
CanvasElement System.Html.Media.Graphics

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CanvasElement ( ) : System.Html.Media.Graphics

Method Details

AddEventListener() public méthode

public AddEventListener ( CanvasElementEvents type, Action listener ) : void
type CanvasElementEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( CanvasElementEvents type, Action listener, bool capture ) : void
type CanvasElementEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( CanvasElementEvents type, HtmlEventHandler listener ) : void
type CanvasElementEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( CanvasElementEvents type, HtmlEventHandler listener, bool capture ) : void
type CanvasElementEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type CanvasElementEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type CanvasElementEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( CanvasElementEvents type, IEventListener listener ) : void
type CanvasElementEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( CanvasElementEvents type, IEventListener listener, bool capture ) : void
type CanvasElementEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

GetContext() public méthode

public GetContext ( CanvasContextId contextId ) : CanvasRenderingContext
contextId CanvasContextId
Résultat System.Html.Media.Graphics.CanvasRenderingContext

GetContext() public méthode

public GetContext ( CanvasContextId contextId, object contextOptions ) : CanvasRenderingContext
contextId CanvasContextId
contextOptions object
Résultat System.Html.Media.Graphics.CanvasRenderingContext

GetContext() public méthode

public GetContext ( string contextId ) : CanvasRenderingContext
contextId string
Résultat System.Html.Media.Graphics.CanvasRenderingContext

GetContext() public méthode

public GetContext ( string contextId, object contextOptions ) : CanvasRenderingContext
contextId string
contextOptions object
Résultat System.Html.Media.Graphics.CanvasRenderingContext

RemoveEventListener() public méthode

public RemoveEventListener ( CanvasElementEvents type, Action listener ) : void
type CanvasElementEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( CanvasElementEvents type, Action listener, bool capture ) : void
type CanvasElementEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( CanvasElementEvents type, HtmlEventHandler listener ) : void
type CanvasElementEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( CanvasElementEvents type, HtmlEventHandler listener, bool capture ) : void
type CanvasElementEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type CanvasElementEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type CanvasElementEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( CanvasElementEvents type, IEventListener listener ) : void
type CanvasElementEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( CanvasElementEvents type, IEventListener listener, bool capture ) : void
type CanvasElementEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

ToBlob() public méthode

public ToBlob ( Action callback ) : void
callback Action
Résultat void

ToBlob() public méthode

public ToBlob ( Action callback, string type, object encoderOptions ) : void
callback Action
type string
encoderOptions object
Résultat void

ToDataURL() public méthode

public ToDataURL ( ) : string
Résultat string

ToDataURL() public méthode

public ToDataURL ( string type, object encoderOptions ) : string
type string
encoderOptions object
Résultat string