Show / Hide Table of Contents

Class Enums.OperationBoolean

Boolean operations.

Inheritance
System.Object
Enums.OperationBoolean
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public static class OperationBoolean
Remarks

See Boolean(Image, String).

Fields

| Improve this Doc View Source

And

&

Declaration
public const string And = "and"
Field Value
Type Description
System.String
| Improve this Doc View Source

Eor

^

Declaration
public const string Eor = "eor"
Field Value
Type Description
System.String
| Improve this Doc View Source

Lshift

<<

Declaration
public const string Lshift = "lshift"
Field Value
Type Description
System.String
| Improve this Doc View Source

Or

|

Declaration
public const string Or = "or"
Field Value
Type Description
System.String
| Improve this Doc View Source

Rshift

Declaration
public const string Rshift = "rshift"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX