ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectArcCloseType Enumeration




In This Topic
    ImGearVectArcCloseType Enumeration
    In This Topic
    Specifies arc closing type.
    Syntax
    'Declaration
     
    Public Enum ImGearVectArcCloseType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearVectArcCloseType
    public enum ImGearVectArcCloseType : System.Enum 
    __value public enum ImGearVectArcCloseType : public System.Enum 
    public enum class ImGearVectArcCloseType : public System.Enum 
    Members
    MemberValueDescription
    NONE0The arc is not closed.
    SECTOR1The arc is closed as a sector.
    SEGMENT2The arc is closed as a segment.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Vector.ImGearVectArcCloseType

    See Also