Show / Hide Table of Contents

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

See for example Join(Image, String, Nullable<Boolean>, Nullable<Int32>, Double[], String).

Fields

| Improve this Doc View Source

Centre

Align on the centre.

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

High

Align on the high coordinate edge.

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

Low

Align on the low coordinate edge.

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