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

In This Topic
    ArcSize Enumeration
    In This Topic
    Specifies whether an arc should be greater than 180 degrees.
    Syntax
    'Declaration
     
    Public Enum ArcSize 
       Inherits System.Enum
    public enum ArcSize : System.Enum 
    Members
    MemberDescription
    LargeAn arc's sweep should be 180 degrees or greater.
    SmallAn arc's sweep should be 180 degrees or less.
    Inheritance Hierarchy

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

    See Also