Click or drag to resize

Hologram Class

Represents a hologram image.
Inheritance Hierarchy
SystemObject
  LynceeTec.InterfaceDigitizerImageBaseByte
    LynceeTec.InterfaceDigitizerHologram
      LynceeTec.InterfaceProcessingV2.ImagesHologram

Namespace:  LynceeTec.InterfaceDigitizer
Assembly:  LynceeTec.InterfaceDigitizer (in LynceeTec.InterfaceDigitizer.dll) Version: 8.2.31040.0 8_2_dev 785396c, built 2020-09-23 07:47:01 UTC
Syntax
[SerializableAttribute]
public class Hologram : ImageBase<byte>, 
	IHologram, IImage<byte>, IDisplayableBuffer<byte>

The Hologram type exposes the following members.

Constructors
  NameDescription
Public methodHologram(IHologram)
Initializes a new instance of the Hologram class
Public methodHologram(Int64, Int32, Int32, Int32)
Initializes a new instance of the Hologram class
Public methodHologram(Int64, Int32, Int32, Int32, Object)
Initializes a new instance of the Hologram class
Public methodHologram(Int64, Int32, Int32, Int32, Byte, Object)
Initializes a new instance of the Hologram class
Top
Properties
  NameDescription
Public propertyData
Gets the array containing the image data.
(Inherited from ImageBaseT.)
Public propertyGuid
Gets the globally uniquely defined GUID identifying the image.
(Inherited from ImageBaseT.)
Public propertyHeight
Gets the image height in pixels.
(Inherited from ImageBaseT.)
Public propertyLock
Gets a locking object attached to this hologram.
Public propertyMetadata
Gets the hologram metadata.
(Inherited from ImageBaseT.)
Public propertyOrigin
Gets the origin of the hologram
Public propertyStride
Gets the number of bytes between two consecutive rows in memory.
(Inherited from ImageBaseT.)
Public propertyTag
Gets a tag identifying the hologram.
Public propertyTimestamp
Hologram timestamp
(Inherited from ImageBaseT.)
Public propertyWidth
Gets the image width in pixels.
(Inherited from ImageBaseT.)
Top
Methods
  NameDescription
Public methodCopyFrom(Hologram)
Copy the data from another hologram.
Public methodCopyFrom(ImageBaseT)
Copy the data from another image.
(Inherited from ImageBaseT.)
Public methodCopyFrom(Byte, Int32, Int32)
Copy the data from a buffer.
Public methodCopyFrom(T, Int32, Int32, Int32)
Copy the data from a buffer.
(Inherited from ImageBaseT.)
Public methodIsPinned
Checks if the image data memory is pinned
(Inherited from ImageBaseT.)
Public methodPinData
Pin the managed memory to allow native processes to access it.
(Inherited from ImageBaseT.)
Public methodSave
Saves the hologram
Public methodSetMetadata(IHardwareConfiguration, Int32, IHolographicMeasurementConfig)
Sets the metadata from a given configuration
(Inherited from ImageBaseT.)
Public methodSetMetadataR(ImageBaseR)
Sets the metadata from a given image
(Inherited from ImageBaseT.)
Public methodUnpinData
Unpin the pinned managed memory.
(Inherited from ImageBaseT.)
Top
See Also