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