VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / GraphicsStateLineCapStyle Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
GraphicsStateLineCapStyle Enumeration
In This Topic
Specifies available line cap styles.
Syntax
'Declaration

Public Enum GraphicsStateLineCapStyle
   Inherits System.Enum

public enum GraphicsStateLineCapStyle : System.Enum

Members
MemberDescription
UndefinedUndefined.
ButtCapThe stroke is squared off at the endpoint of the path.
RoundCapA semicircular arc with a diameter equal to the line width is drawn around the endpoint and filled in.
ProjectingSquareCapThe stroke continues beyond the endpoint of the path for a distance equal to half the line width and is squared off.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineCapStyle

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also