C# Class SVGGPolyLine, UnitySVG

Inheritance: ISVGPathSegment
Afficher le fichier Open project: MrJoy/UnitySVG

Méthodes publiques

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

Method Details

ExpandBounds() public méthode

public ExpandBounds ( SVGGraphicsPath, path ) : void
path SVGGraphicsPath,
Résultat void

Render() public méthode

public Render ( SVGGraphicsPath, path, ISVGPathDraw pathDraw ) : bool
path SVGGraphicsPath,
pathDraw ISVGPathDraw
Résultat bool

SVGGPolyLine() public méthode

public SVGGPolyLine ( List points ) : System.Collections.Generic
points List
Résultat System.Collections.Generic