C# Class SVGPathSegArcAbs, UnitySVG

Inheritance: SVGPathSeg, ISVGDrawableSeg
Show file Open project: MrJoy/UnitySVG

Public Methods

Method Description
Render ( SVGGraphicsPath, _graphicsPath ) : void
SVGPathSegArcAbs ( float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, float x, float y ) : UnityEngine

Method Details

Render() public method

public Render ( SVGGraphicsPath, _graphicsPath ) : void
_graphicsPath SVGGraphicsPath,
return void

SVGPathSegArcAbs() public method

public SVGPathSegArcAbs ( float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, float x, float y ) : UnityEngine
r1 float
r2 float
angle float
largeArcFlag bool
sweepFlag bool
x float
y float
return UnityEngine