Line |
public class LineCapContour
The LineCapContour type exposes the following members.
| Name | Description | |
|---|---|---|
| LineCapContour(Int32) | Initializes a new instance of the LineCapContour class. | |
| LineCapContour(Int32, Int32, Int32) | Initializes a new instance of the LineCapContour class. |
| Name | Description | |
|---|---|---|
| Arrow | Gets an arrow-shaped contour. | |
| Ball | Gets a ball-shaped contour. | |
| BigArrow | Gets a large arrow-shaped contour. | |
| Block | Gets a block-shaped contour. | |
| IsVertexSharp | Gets flags indicating whether the corresponding vertices are sharp. | |
| Normals | Gets the contour normals. | |
| NumberOfNormals | Gets the number of normals. | |
| NumberOfVertices | Gets the number of vertices. | |
| Triangle | Gets a triangular contour. | |
| Vertices | Gets the contour vertices. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |