Click or drag to resize

MaskedDisplayableBufferT Interface


Namespace: LynceeTec.Imaging
Assembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public interface MaskedDisplayableBuffer<T> : DisplayableBuffer<T>

Type Parameters

T

The MaskedDisplayableBufferT type exposes the following members.

Properties
 NameDescription
Public propertyData
(Inherited from DisplayableBufferT)
Public propertyHeight
(Inherited from DisplayableBufferT)
Public propertyMask 
Public propertyMaxValue 
Public propertyMinValue 
Public propertyStride
(Inherited from DisplayableBufferT)
Public propertyWidth
(Inherited from DisplayableBufferT)
Top
See Also