C# Class SVGPathElement, UnitySVG

Inheritance: SVGTransformable, ISVGDrawable
显示文件 Open project: MrJoy/UnitySVG

Public Methods

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

Private Methods

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

Method Details

BeforeRender() public method

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

Render() public method

public Render ( ) : void
return void

SVGPathElement() public method

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