Class Enums.Combine
How to combine passes.
Inheritance
System.Object
Enums.Combine
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 Combine
Remarks
See for example Compass(Image, Nullable<Int32>, String, String, String, Nullable<Int32>, Nullable<Int32>).
Fields
| Improve this Doc View SourceMax
Take the maximum of all values.
Declaration
public const string Max = "max"
Field Value
Type | Description |
---|---|
System.String |
Min
Take the minimum value.
Declaration
public const string Min = "min"
Field Value
Type | Description |
---|---|
System.String |
Sum
Take the sum of all values.
Declaration
public const string Sum = "sum"
Field Value
Type | Description |
---|---|
System.String |