Click or drag to resize

HologramChild<int> Class

Inheritance Hierarchy
SystemObject
  LynceeTec.ImagingBaseImage<int>
    LynceeTec.ImagingHologramChild<int>

Namespace: LynceeTec.Imaging
Assembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public abstract class HologramChild<int> : BaseImage<int>

The HologramChild<int> type exposes the following members.

Constructors
 NameDescription
Public methodHologramChild<int>(Int32, Int32)Initializes a new instance of the HologramChild<int> class
Public methodHologramChild<int>(Int32, Int32, Int32)Initializes a new instance of the HologramChild<int> class
Public methodHologramChild<int>(Int32, Int32, Int32, Guid)Initializes a new instance of the HologramChild<int> class
Public methodHologramChild<int>(Int32, Int32, Int32, Int32)Initializes a new instance of the HologramChild<int> class
Public methodHologramChild<int>(Int32, Int32, Int32, Int32, Guid)Initializes a new instance of the HologramChild<int> class
Top
Properties
 NameDescription
Public propertyData
(Inherited from BaseImage<int>)
Public propertyGuid
(Inherited from BaseImage<int>)
Public propertyHeight
(Inherited from BaseImage<int>)
Public propertyHologramGuid 
Public propertyIsPinned
(Inherited from BaseImage<int>)
Public propertyMaxValue 
Public propertyMeanValue 
Public propertyMetadata
(Inherited from BaseImage<int>)
Public propertyMinValue 
Public propertyStdDevValue 
Public propertyStride
(Inherited from BaseImage<int>)
Public propertyWidth
(Inherited from BaseImage<int>)
Top
Methods
 NameDescription
Public methodCopyFrom(BaseImage<int>)
(Inherited from BaseImage<int>)
Public methodCopyFrom(Int32, Int32, Int32, Int32)
(Inherited from BaseImage<int>)
Public methodCopyTo
(Inherited from BaseImage<int>)
Public methodDispose
(Inherited from BaseImage<int>)
Public methodLoad
(Inherited from BaseImage<int>)
Public methodPinData
(Inherited from BaseImage<int>)
Public methodReset
(Inherited from BaseImage<int>)
Public methodSaveAsBigTiff
(Inherited from BaseImage<int>)
Public methodSaveAsBin
(Inherited from BaseImage<int>)
Public methodUnpinData
(Inherited from BaseImage<int>)
Top
See Also