Click or drag to resize

Hologram Methods

The Hologram type exposes the following members.

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