Show / Hide Table of Contents

Class Enums.OperationComplexget

Components of complex images.

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

See Complexget(String).

Fields

| Improve this Doc View Source

Imag

Get imaginary component.

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

Real

Get real component.

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