Class Enums.Direction
A direction.
Inheritance
System.Object
Enums.Direction
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 Direction
Remarks
Operations like Flip(String) need to be told whether to flip left-right or top-bottom.
Fields
| Improve this Doc View SourceHorizontal
left-right.
Declaration
public const string Horizontal = "horizontal"
Field Value
Type | Description |
---|---|
System.String |
Vertical
top-bottom.
Declaration
public const string Vertical = "vertical"
Field Value
Type | Description |
---|---|
System.String |