Nevron .NET Vision
Nevron.NewGraphics Namespace / ENLineCap Enumeration


In This Topic
    ENLineCap Enumeration
    In This Topic
    Specifies the figure drawn on a line end (start or end)
    Syntax
    'Declaration
     
    
    Public Enum ENLineCap 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENLineCap
    public enum ENLineCap : System.Enum 
    Members
    MemberDescription
    FlatSpecifies a flat (butt) line cap.
    RoundSpecifies a round line cap.
    SquareSpecifies a square line cap.
    TriangleSpecifies a triangular line cap.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.NewGraphics.ENLineCap

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also