Show / Hide Table of Contents

Class Enums.CombineMode

How to combine pixels.

Inheritance
System.Object
Enums.CombineMode
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 CombineMode
Remarks

Operations like DrawImage(Image, Int32, Int32, String) need to be told how to combine images from two sources. See also Join(Image, String, Nullable<Boolean>, Nullable<Int32>, Double[], String).

Fields

| Improve this Doc View Source

Add

Add pixels.

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

Set

Set pixels to the new value.

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