C# Class SharpVectors.Scripting.ScriptableSvgTextElement

Implementation wrapper for IScriptableSvgTextElement
Inheritance: ScriptableSvgTextPositioningElement, IScriptableSvgTextElement, IScriptableSvgTransformable
Exibir arquivo Open project: codebutler/savagesvg

Public Methods

Method Description
ScriptableSvgTextElement ( object baseObject ) : System
getBBox ( ) : IScriptableSvgRect
getCTM ( ) : IScriptableSvgMatrix
getScreenCTM ( ) : IScriptableSvgMatrix
getTransformToElement ( IScriptableSvgElement element ) : IScriptableSvgMatrix

Method Details

ScriptableSvgTextElement() public method

public ScriptableSvgTextElement ( object baseObject ) : System
baseObject object
return System

getBBox() public method

public getBBox ( ) : IScriptableSvgRect
return IScriptableSvgRect

getCTM() public method

public getCTM ( ) : IScriptableSvgMatrix
return IScriptableSvgMatrix

getScreenCTM() public method

public getScreenCTM ( ) : IScriptableSvgMatrix
return IScriptableSvgMatrix

getTransformToElement() public method

public getTransformToElement ( IScriptableSvgElement element ) : IScriptableSvgMatrix
element IScriptableSvgElement
return IScriptableSvgMatrix