Enum Enums.Direction
A direction.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.Direction
Remarks
Operations like Flip(Direction) need to be told whether to flip left-right or top-bottom.
Fields
| Name | Description |
|---|---|
| Horizontal | left-right. |
| Vertical | top-bottom. |