Class Enums.ForeignDzDepth
How many pyramid layers to create.
Inheritance
System.Object
Enums.ForeignDzDepth
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 ForeignDzDepth
Remarks
Fields
| Improve this Doc View SourceOne
Only create a single layer.
Declaration
public const string One = "one"
Field Value
Type | Description |
---|---|
System.String |
Onepixel
Create layers down to 1x1 pixel.
Declaration
public const string Onepixel = "onepixel"
Field Value
Type | Description |
---|---|
System.String |
Onetile
Create layers down to 1x1 tile.
Declaration
public const string Onetile = "onetile"
Field Value
Type | Description |
---|---|
System.String |