ILine |
public interface ILineCapContour : IImmutable
The ILineCapContour type exposes the following members.
Name | Description | |
---|---|---|
NumberOfNormals | Gets the number of normals. The number of normals is calculated from the number of vertices, plus the number of all sharp vertices. | |
NumberOfVertices | Gets the number of vertices. |
Name | Description | |
---|---|---|
IsVertexSharp | Determines whether the vertex at index idx is a sharp vertex. | |
Normals | Returns the normal at index idx. | |
Vertices | Returns the vertex at index idx. The x component of the returned value is responsible for the advance of the cap in the direction of the line, the y component is multiplied with the cross section of the line. |