C# Class SVGGPolyLine, UnitySVG

Inheritance: ISVGPathSegment
Exibir arquivo Open project: MrJoy/UnitySVG

Public Methods

Method Description
ExpandBounds ( SVGGraphicsPath, path ) : void
Render ( SVGGraphicsPath, path, ISVGPathDraw pathDraw ) : bool
SVGGPolyLine ( List points ) : System.Collections.Generic

Method Details

ExpandBounds() public method

public ExpandBounds ( SVGGraphicsPath, path ) : void
path SVGGraphicsPath,
return void

Render() public method

public Render ( SVGGraphicsPath, path, ISVGPathDraw pathDraw ) : bool
path SVGGraphicsPath,
pathDraw ISVGPathDraw
return bool

SVGGPolyLine() public method

public SVGGPolyLine ( List points ) : System.Collections.Generic
points List
return System.Collections.Generic