Class Enums.Align
Various types of alignment.
Inheritance
System.Object
Enums.Align
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 Align
Remarks
Fields
| Improve this Doc View SourceCentre
Align on the centre.
Declaration
public const string Centre = "centre"
Field Value
Type | Description |
---|---|
System.String |
High
Align on the high coordinate edge.
Declaration
public const string High = "high"
Field Value
Type | Description |
---|---|
System.String |
Low
Align on the low coordinate edge.
Declaration
public const string Low = "low"
Field Value
Type | Description |
---|---|
System.String |