Show / Hide Table of Contents

Class Enums.DemandStyle

A hint about the kind of demand geometry VIPS images prefer.

Inheritance
System.Object
Enums.DemandStyle
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 DemandStyle

Fields

| Improve this Doc View Source

Fatstrip

Demand in fat (typically 10 pixel high) strips.

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

Smalltile

Demand in small (typically 64x64 pixel) tiles.

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

Thinstrip

Demand in thin (typically 1 pixel high) strips.

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