Click or drag to resize

MaskImage Class

Object representation of a non-measured points mask image.
Inheritance Hierarchy

Namespace: LynceeTec.Imaging
Assembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public class MaskImage : HologramChild<unsigned char>, IDisposable

The MaskImage type exposes the following members.

Constructors
Properties
Methods
 NameDescription
Public methodCopy Copy the data to another image.
Public methodCopyFrom(BaseImage<unsigned char>)
(Inherited from BaseImage<unsigned char>)
Public methodCopyFrom(MaskImage) Copy the data from another mask image.
Public methodCopyFrom(Byte, Int32, Int32, Int32)
(Inherited from BaseImage<unsigned char>)
Public methodCopyTo
(Inherited from BaseImage<unsigned char>)
Public methodDispose
(Inherited from BaseImage<unsigned char>)
Public methodLoad
(Inherited from BaseImage<unsigned char>)
Public methodPinData
(Inherited from BaseImage<unsigned char>)
Public methodReset
(Inherited from BaseImage<unsigned char>)
Public methodSave Saves the image to the specified path.
Public methodSaveAsBigTiff
(Inherited from BaseImage<unsigned char>)
Public methodSaveAsBin
(Inherited from BaseImage<unsigned char>)
Public methodUnpinData
(Inherited from BaseImage<unsigned char>)
Top
See Also