ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / LogicOperation Enumeration

In This Topic
    LogicOperation Enumeration
    In This Topic
    D3D11_LOGIC_OP
    Syntax
    'Declaration
     
    Public Enum LogicOperation 
       Inherits System.Enum
    public enum LogicOperation : System.Enum 
    Members
    MemberDescription
    AndD3D11_LOGIC_OP_AND
    AndInvertedD3D11_LOGIC_OP_AND_INVERTED
    AndReverseD3D11_LOGIC_OP_AND_REVERSE
    ClearD3D11_LOGIC_OP_CLEAR
    CopyD3D11_LOGIC_OP_COPY
    CopyInvertedD3D11_LOGIC_OP_COPY_INVERTED
    EquivD3D11_LOGIC_OP_EQUIV
    InvertD3D11_LOGIC_OP_INVERT
    NandD3D11_LOGIC_OP_NAND
    NoopD3D11_LOGIC_OP_NOOP
    NorD3D11_LOGIC_OP_NOR
    OrD3D11_LOGIC_OP_OR
    OrInvertedD3D11_LOGIC_OP_OR_INVERTED
    OrReverseD3D11_LOGIC_OP_OR_REVERSE
    SetD3D11_LOGIC_OP_SET
    XorD3D11_LOGIC_OP_XOR
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Util.DX.Direct3D11.LogicOperation

    See Also