C# 클래스 System.Html.Media.Graphics.SVG.SVGGraphicsElement

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

Private Properties

프로퍼티 타입 설명
SVGGraphicsElement System.Runtime.CompilerServices

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SVGGraphicsElement ( ) : System.Runtime.CompilerServices

메소드 상세

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

GetBBox() 공개 메소드

public GetBBox ( ) : SVGRect
리턴 SVGRect

GetCTM() 공개 메소드

public GetCTM ( ) : SVGMatrix
리턴 SVGMatrix

GetScreenCTM() 공개 메소드

public GetScreenCTM ( ) : SVGMatrix
리턴 SVGMatrix

GetTransformToElement() 공개 메소드

public GetTransformToElement ( SVGGraphicsElement element ) : SVGMatrix
element SVGGraphicsElement
리턴 SVGMatrix

HasExtension() 공개 메소드

public HasExtension ( string extension ) : bool
extension string
리턴 bool

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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