Show / Hide Table of Contents

Class Enums.CompassDirection

A direction on a compass. Used for Gravity(String, Int32, Int32, String, Double[]), for example.

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

Fields

| Improve this Doc View Source

Centre

Centre

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

East

East

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

North

North

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

NorthEast

North-east

Declaration
public const string NorthEast = "north-east"
Field Value
Type Description
System.String
| Improve this Doc View Source

NorthWest

North-west

Declaration
public const string NorthWest = "north-west"
Field Value
Type Description
System.String
| Improve this Doc View Source

South

South

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

SouthEast

South-east

Declaration
public const string SouthEast = "south-east"
Field Value
Type Description
System.String
| Improve this Doc View Source

SouthWest

South-west

Declaration
public const string SouthWest = "south-west"
Field Value
Type Description
System.String
| Improve this Doc View Source

West

West

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