You are here: Start » FIL.NET » LUTTransformImageState Class

LUTTransformImageState Class

Namespace:FilNet
Assembly:FIL.NET.dll

Constructors

 ConstructorDescription
LUTTransformImageState(LUTTransformImageState)Creates a deep copy of the passed object.
LUTTransformImageState()

Properties

 NameTypeDescription
ColorsSystem.Collections.Generic.IList<FilNet.Pixel>
GradientSystem.Boolean
IndicesSystem.Collections.Generic.IList<FilNet.Pixel>
IsDisposedSystem.Boolean
PointsSystem.Collections.Generic.IList<System.Int32>
TypeFilNet.PlainType

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(FilNet.LUTTransformImageState)Resets this instance with data of the other LUTTransformImageState object.
ToString()Inherited from System.Object

See also