C# Class SVGGPolygon, UnitySVG

Inheritance: ISVGPathSegment
Mostrar archivo Open project: MrJoy/UnitySVG

Public Methods

Method Description
ExpandBounds ( SVGGraphicsPath, path ) : void
Render ( SVGGraphicsPath, path, ISVGPathDraw pathDraw ) : bool
SVGGPolygon ( 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

SVGGPolygon() public method

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