C# Class Poupou.SvgPathConverter.FormatterRocks

Datei anzeigen Open project: spouliot/svgpath2code

Public Methods

Method Description
ArcHelper ( this formatter, PointF size, float anglef, bool isLarge, bool sweep, PointF endPoint, PointF startPoint ) : void

Private Methods

Method Description
IsNearZero ( float value ) : bool

Method Details

ArcHelper() public static method

public static ArcHelper ( this formatter, PointF size, float anglef, bool isLarge, bool sweep, PointF endPoint, PointF startPoint ) : void
formatter this
size System.Drawing.PointF
anglef float
isLarge bool
sweep bool
endPoint System.Drawing.PointF
startPoint System.Drawing.PointF
return void