C#
VB
C++
Specifies the shape at the end of a line or segment.
public enum AnnPenLineCap Public Enum AnnPenLineCapInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum class AnnPenLineCap : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable Members
| Value | Member | Description |
|---|---|---|
| 0 | Flat | A cap that does not extend past the last point of the line. Comparable to no line cap. |
| 1 | Square | A rectangle that has a height equal to the line thickness and a length equal to half the line thickness. |
| 2 | Round | A semicircle that has a diameter equal to the line thickness. |
| 3 | Triangle | An isosceles right triangle whose base length is equal to the thickness of the line. |
For more information see System.Windows.Media.PenLineCap.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
