C# Class System.Html.Media.Graphics.SVG.SVGGraphicsElement

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

Private Properties

Свойство Type Description
SVGGraphicsElement System.Runtime.CompilerServices

Méthodes publiques

Méthode Description
AddEventListener ( SVGGraphicsElementEvents type, Action listener ) : void
AddEventListener ( SVGGraphicsElementEvents type, Action listener, bool capture ) : void
AddEventListener ( SVGGraphicsElementEvents type, HtmlEventHandler listener ) : void
AddEventListener ( SVGGraphicsElementEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( SVGGraphicsElementEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( SVGGraphicsElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( SVGGraphicsElementEvents type, IEventListener listener ) : void
AddEventListener ( SVGGraphicsElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
GetBBox ( ) : SVGRect
GetCTM ( ) : SVGMatrix
GetScreenCTM ( ) : SVGMatrix
GetTransformToElement ( SVGGraphicsElement element ) : SVGMatrix
HasExtension ( string extension ) : bool
RemoveEventListener ( SVGGraphicsElementEvents type, Action listener ) : void
RemoveEventListener ( SVGGraphicsElementEvents type, Action listener, bool capture ) : void
RemoveEventListener ( SVGGraphicsElementEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( SVGGraphicsElementEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( SVGGraphicsElementEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( SVGGraphicsElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( SVGGraphicsElementEvents type, IEventListener listener ) : void
RemoveEventListener ( SVGGraphicsElementEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

Private Methods

Méthode Description
SVGGraphicsElement ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

public AddEventListener ( SVGGraphicsElementEvents type, IEventListener listener, bool capture ) : void
type SVGGraphicsElementEvents
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

GetBBox() public méthode

public GetBBox ( ) : SVGRect
Résultat SVGRect

GetCTM() public méthode

public GetCTM ( ) : SVGMatrix
Résultat SVGMatrix

GetScreenCTM() public méthode

public GetScreenCTM ( ) : SVGMatrix
Résultat SVGMatrix

GetTransformToElement() public méthode

public GetTransformToElement ( SVGGraphicsElement element ) : SVGMatrix
element SVGGraphicsElement
Résultat SVGMatrix

HasExtension() public méthode

public HasExtension ( string extension ) : bool
extension string
Résultat bool

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

public RemoveEventListener ( SVGGraphicsElementEvents type, IEventListener listener, bool capture ) : void
type SVGGraphicsElementEvents
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