C# Class SVGSVGElement, UnitySVG

Inheritance: SVGTransformable, ISVGDrawable
Show file Open project: MrJoy/UnitySVG Class Usage Examples

Public Methods

Method Description
BeforeRender ( SVGTransformList, transformList ) : void
Render ( ) : void
SVGSVGElement ( SVGParser, xmlImp, SVGTransformList, inheritTransformList, SVGPaintable, inheritPaintable, SVGGraphics, r ) : System.Collections.Generic
ViewBoxTransform ( ) : Matrix2x3,

Private Methods

Method Description
SetViewBox ( ) : void

Method Details

BeforeRender() public method

public BeforeRender ( SVGTransformList, transformList ) : void
transformList SVGTransformList,
return void

Render() public method

public Render ( ) : void
return void

SVGSVGElement() public method

public SVGSVGElement ( SVGParser, xmlImp, SVGTransformList, inheritTransformList, SVGPaintable, inheritPaintable, SVGGraphics, r ) : System.Collections.Generic
xmlImp SVGParser,
inheritTransformList SVGTransformList,
inheritPaintable SVGPaintable,
r SVGGraphics,
return System.Collections.Generic

ViewBoxTransform() public method

public ViewBoxTransform ( ) : Matrix2x3,
return Matrix2x3,