C# Class SVGSVGElement, UnitySVG

Inheritance: SVGTransformable, ISVGDrawable
Afficher le fichier Open project: MrJoy/UnitySVG Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
SetViewBox ( ) : void

Method Details

BeforeRender() public méthode

public BeforeRender ( SVGTransformList, transformList ) : void
transformList SVGTransformList,
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void

SVGSVGElement() public méthode

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

ViewBoxTransform() public méthode

public ViewBoxTransform ( ) : Matrix2x3,
Résultat Matrix2x3,