Class Enums.Angle
Various fixed 90 degree rotation angles.
Inheritance
System.Object
Enums.Angle
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 Angle
Remarks
See for example Rot(String).
Fields
| Improve this Doc View SourceD0
No rotate.
Declaration
public const string D0 = "d0"
Field Value
Type | Description |
---|---|
System.String |
D180
180 degrees.
Declaration
public const string D180 = "d180"
Field Value
Type | Description |
---|---|
System.String |
D270
90 degrees anti-clockwise.
Declaration
public const string D270 = "d270"
Field Value
Type | Description |
---|---|
System.String |
D90
90 degrees clockwise.
Declaration
public const string D90 = "d90"
Field Value
Type | Description |
---|---|
System.String |