Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / PenLineCap Enumeration

In This Topic
    PenLineCap Enumeration
    In This Topic
    Describes the shape at the end of a line or segment.
    Syntax
    'Declaration
     
    Public Enum PenLineCap 
       Inherits System.Enum
    public enum PenLineCap : System.Enum 
    Members
    MemberDescription
    FlatA cap that does not extend past the last point of the line. Comparable to cap used for objects other than lines.
    RoundA semicircle that has a diameter equal to the line thickness.
    SquareHalf of a square that has a length equal to the line thickness.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Drawing.PenLineCap

    See Also