Collects frame images until a full IEEE 1344 frame has been received.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public class FrameImageCollector
Public Class FrameImageCollector
public ref class FrameImageCollector
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | FrameImageCollector()()()() | 
            Creates a new FrameImageCollector.
             | 
|  | AppendFrameImage(array<Byte>[]()[][], Int32, Int32) | 
            Appends the current frame image to the frame image collection.
             | 
|  | BinaryImage | 
            Gets the combined binary image of all the collected frame images.
             | 
|  | BinaryLength | 
            Gets the length of the combined binary image of all the collected frame images.
             | 
|  | Count | 
            Gets the total number frames appended to FrameImageCollector.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Finalize()()()() | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                (Inherited from Object.) | 
|  | GetHashCode()()()() | 
                    Serves as a hash function for a particular type. 
                (Inherited from Object.) | 
|  | GetType()()()() | 
                    Gets the Type of the current instance.
                (Inherited from Object.) | 
|  | MemberwiseClone()()()() | 
                    Creates a shallow copy of the current Object.
                (Inherited from Object.) | 
|  | ToString()()()() | (Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | FrameImageCollector |