Table of Contents

Method GetEndAngle

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

GetEndAngle(int)

Get the angle of the path segment leaving the specified vertex in degrees.

double GetEndAngle(int index)

Parameters

index int

Specifies the vertex from which the path segment is leaving.

Returns

double

The angle of the path segment leaving the specified vertex.