C# Class SVGPathElement, UnitySVG

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

Méthodes publiques

Méthode Description
BeforeRender ( SVGTransformList, transformList ) : void
Render ( ) : void
SVGPathElement ( string>.Dictionary attrList, SVGTransformList, inheritTransformList, SVGPaintable, inheritPaintable, SVGGraphics, r ) : System

Private Methods

Méthode Description
CreateGraphicsPath ( ) : void
CreateSVGPathSegClosePath ( ) : SVGPathSegClosePath,
Draw ( ) : void
ReadFloat ( string s, int &i ) : float

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

SVGPathElement() public méthode

public SVGPathElement ( string>.Dictionary attrList, SVGTransformList, inheritTransformList, SVGPaintable, inheritPaintable, SVGGraphics, r ) : System
attrList string>.Dictionary
inheritTransformList SVGTransformList,
inheritPaintable SVGPaintable,
r SVGGraphics,
Résultat System