Method GetEndAngle
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
GetEndAngle(int)
Get the angle of the path segment leaving the specified vertex in degrees.
public double GetEndAngle(int index)
Parameters
index
intSpecifies the vertex from which the path segment is leaving.
Returns
- double
The angle of the path segment leaving the specified vertex.