C# 클래스 SharpVectors.Scripting.ScriptableSvgPolylineElement

Implementation wrapper for IScriptableSvgPolylineElement
상속: ScriptableSvgElement, IScriptableSvgPolylineElement, IScriptableSvgTests, IScriptableSvgLangSpace, IScriptableSvgExternalResourcesRequired, IScriptableSvgStylable, IScriptableSvgTransformable, IScriptableEventTarget, IScriptableSvgAnimatedPoints
파일 보기 프로젝트 열기: codebutler/savagesvg

공개 메소드들

메소드 설명
ScriptableSvgPolylineElement ( object baseObject ) : System
addEventListener ( string type, object listener, bool useCapture ) : void
dispatchEvent ( IScriptableEvent evt ) : bool
getBBox ( ) : IScriptableSvgRect
getCTM ( ) : IScriptableSvgMatrix
getPresentationAttribute ( string name ) : IScriptableCssValue
getScreenCTM ( ) : IScriptableSvgMatrix
getTransformToElement ( IScriptableSvgElement element ) : IScriptableSvgMatrix
hasExtension ( string extension ) : bool
removeEventListener ( string type, object listener, bool useCapture ) : void

메소드 상세

ScriptableSvgPolylineElement() 공개 메소드

public ScriptableSvgPolylineElement ( object baseObject ) : System
baseObject object
리턴 System

addEventListener() 공개 메소드

public addEventListener ( string type, object listener, bool useCapture ) : void
type string
listener object
useCapture bool
리턴 void

dispatchEvent() 공개 메소드

public dispatchEvent ( IScriptableEvent evt ) : bool
evt IScriptableEvent
리턴 bool

getBBox() 공개 메소드

public getBBox ( ) : IScriptableSvgRect
리턴 IScriptableSvgRect

getCTM() 공개 메소드

public getCTM ( ) : IScriptableSvgMatrix
리턴 IScriptableSvgMatrix

getPresentationAttribute() 공개 메소드

public getPresentationAttribute ( string name ) : IScriptableCssValue
name string
리턴 IScriptableCssValue

getScreenCTM() 공개 메소드

public getScreenCTM ( ) : IScriptableSvgMatrix
리턴 IScriptableSvgMatrix

getTransformToElement() 공개 메소드

public getTransformToElement ( IScriptableSvgElement element ) : IScriptableSvgMatrix
element IScriptableSvgElement
리턴 IScriptableSvgMatrix

hasExtension() 공개 메소드

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

removeEventListener() 공개 메소드

public removeEventListener ( string type, object listener, bool useCapture ) : void
type string
listener object
useCapture bool
리턴 void