C# 클래스 SharpVectors.Scripting.ScriptableSvgClipPathElement

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

공개 메소드들

메소드 설명
ScriptableSvgClipPathElement ( object baseObject ) : System
getBBox ( ) : IScriptableSvgRect
getCTM ( ) : IScriptableSvgMatrix
getPresentationAttribute ( string name ) : IScriptableCssValue
getScreenCTM ( ) : IScriptableSvgMatrix
getTransformToElement ( IScriptableSvgElement element ) : IScriptableSvgMatrix
hasExtension ( string extension ) : bool

메소드 상세

ScriptableSvgClipPathElement() 공개 메소드

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

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