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

Inheritance: SVGElement
显示文件 Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description
SVGGraphicsElement System.Runtime.CompilerServices

Public Methods

Method 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

Method Description
SVGGraphicsElement ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public method

public AddEventListener ( SVGGraphicsElementEvents type, Action listener ) : void
type SVGGraphicsElementEvents
listener Action
return void

AddEventListener() public method

public AddEventListener ( SVGGraphicsElementEvents type, Action listener, bool capture ) : void
type SVGGraphicsElementEvents
listener Action
capture bool
return void

AddEventListener() public method

public AddEventListener ( SVGGraphicsElementEvents type, HtmlEventHandler listener ) : void
type SVGGraphicsElementEvents
listener HtmlEventHandler
return void

AddEventListener() public method

public AddEventListener ( SVGGraphicsElementEvents type, HtmlEventHandler listener, bool capture ) : void
type SVGGraphicsElementEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public method

public AddEventListener ( SVGGraphicsElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type SVGGraphicsElementEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( SVGGraphicsElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type SVGGraphicsElementEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public method

public AddEventListener ( SVGGraphicsElementEvents type, IEventListener listener ) : void
type SVGGraphicsElementEvents
listener IEventListener
return void

AddEventListener() public method

public AddEventListener ( SVGGraphicsElementEvents type, IEventListener listener, bool capture ) : void
type SVGGraphicsElementEvents
listener IEventListener
capture bool
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

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

GetBBox() public method

public GetBBox ( ) : SVGRect
return SVGRect

GetCTM() public method

public GetCTM ( ) : SVGMatrix
return SVGMatrix

GetScreenCTM() public method

public GetScreenCTM ( ) : SVGMatrix
return SVGMatrix

GetTransformToElement() public method

public GetTransformToElement ( SVGGraphicsElement element ) : SVGMatrix
element SVGGraphicsElement
return SVGMatrix

HasExtension() public method

public HasExtension ( string extension ) : bool
extension string
return bool

RemoveEventListener() public method

public RemoveEventListener ( SVGGraphicsElementEvents type, Action listener ) : void
type SVGGraphicsElementEvents
listener Action
return void

RemoveEventListener() public method

public RemoveEventListener ( SVGGraphicsElementEvents type, Action listener, bool capture ) : void
type SVGGraphicsElementEvents
listener Action
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( SVGGraphicsElementEvents type, HtmlEventHandler listener ) : void
type SVGGraphicsElementEvents
listener HtmlEventHandler
return void

RemoveEventListener() public method

public RemoveEventListener ( SVGGraphicsElementEvents type, HtmlEventHandler listener, bool capture ) : void
type SVGGraphicsElementEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( SVGGraphicsElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type SVGGraphicsElementEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( SVGGraphicsElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type SVGGraphicsElementEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( SVGGraphicsElementEvents type, IEventListener listener ) : void
type SVGGraphicsElementEvents
listener IEventListener
return void

RemoveEventListener() public method

public RemoveEventListener ( SVGGraphicsElementEvents type, IEventListener listener, bool capture ) : void
type SVGGraphicsElementEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

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