Class Enums.OperationMorphology
Morphological operations.
Inheritance
System.Object
Enums.OperationMorphology
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 OperationMorphology
Remarks
See Morph(Image, String).
Fields
| Improve this Doc View SourceDilate
true if one set.
Declaration
public const string Dilate = "dilate"
Field Value
Type | Description |
---|---|
System.String |
Erode
true if all set.
Declaration
public const string Erode = "erode"
Field Value
Type | Description |
---|---|
System.String |