Click or drag to resize

ImageBaseT Class

Base class common to all images of the application.
Inheritance Hierarchy
SystemObject
  LynceeTec.InterfaceDigitizerImageBaseT
    LynceeTec.InterfaceDigitizerHologram
    LynceeTec.InterfaceProcessingV2.ImagesHologramChildT

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 abstract class ImageBase<T> : IImage<T>, 
	IDisplayableBuffer<T>
where T : struct, new()

Type Parameters

T

The ImageBaseT type exposes the following members.

Properties
  NameDescription
Public propertyData
Gets the array containing the image data.
Public propertyGuid
Gets the globally uniquely defined GUID identifying the image.
Public propertyHeight
Gets the image height in pixels.
Public propertyMetadata
Gets the hologram metadata.
Public propertyStride
Gets the number of bytes between two consecutive rows in memory.
Public propertyTimestamp
Hologram timestamp
Public propertyWidth
Gets the image width in pixels.
Top
Methods
See Also