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