alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class EClipRule

    Class for EFontStyle.

    Inheritance
    System.Object
    EClipRule
    Namespace: Syncfusion.SVG.IO
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public sealed class EClipRule : ValueType

    Constructors

    EClipRule(String)

    Initializes a new instance of the EClipRule struct.

    Declaration
    public EClipRule(string name)
    Parameters
    Type Name Description
    System.String name

    The name.

    Properties

    Evenodd

    Gets the evenodd.

    Declaration
    public static EClipRule Evenodd { get; }
    Property Value
    Type Description
    EClipRule

    The evenodd.

    Nonzero

    Gets the nonzero.

    Declaration
    public static EClipRule Nonzero { get; }
    Property Value
    Type Description
    EClipRule

    The nonzero.

    Methods

    Equals(Object)

    Indicates whether this instance and a specified object are equal.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj

    Another object to compare to.

    Returns
    Type Description
    System.Boolean

    true if obj and this instance are the same type and represent the same value; otherwise, false.

    GetHashCode()

    Returns the hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    A 32-bit signed integer that is the hash code for this instance.

    ToString()

    Returns the fully qualified type name of this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String containing a fully qualified type name.

    Operators

    Equality(EClipRule, EClipRule)

    Implements the operator ==.

    Declaration
    public static bool operator ==(EClipRule v1, EClipRule v2)
    Parameters
    Type Name Description
    EClipRule v1

    The v1.

    EClipRule v2

    The v2.

    Returns
    Type Description
    System.Boolean

    The result of the operator.

    Inequality(EClipRule, EClipRule)

    Implements the operator !=.

    Declaration
    public static bool operator !=(EClipRule v1, EClipRule v2)
    Parameters
    Type Name Description
    EClipRule v1

    The v1.

    EClipRule v2

    The v2.

    Returns
    Type Description
    System.Boolean

    The result of the operator.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved