Harness proD API Help
EPLAN.Harness.API.Common.Enums Namespace / ApiAntialiasingType Enumeration
In This Topic
    ApiAntialiasingType Enumeration
    In This Topic
    In computer graphics, antialiasing is the process of removing or reducing the jagged distortions in curves and diagonal lines so that the lines appear smoother. Higher values mean lower performance.
    Syntax
    public enum ApiAntialiasingType : System.Enum 
    Members
    MemberDescription
    AA16AA16.
    AA2AA2.
    AA4AA4.
    AA8AA8.
    NoneNone.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             EPLAN.Harness.API.Common.Enums.ApiAntialiasingType

    See Also