Enum Enums.CompassDirection
A direction on a compass. Used for Gravity(CompassDirection, int, int, Extend?, double[]), for example.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.CompassDirection
Fields
Name | Description |
---|---|
Centre | Centre |
East | East |
North | North |
NorthEast | North-east |
NorthWest | North-west |
South | South |
SouthEast | South-east |
SouthWest | South-west |
West | West |