Show / Hide Table of Contents

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 Source

D0

No rotate.

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

D180

180 degrees.

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

D270

90 degrees anti-clockwise.

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

D90

90 degrees clockwise.

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