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 SourceImag
Get imaginary component.
Declaration
public const string Imag = "imag"
Field Value
Type | Description |
---|---|
System.String |
Real
Get real component.
Declaration
public const string Real = "real"
Field Value
Type | Description |
---|---|
System.String |