MatchedFrameEventArgs Constructor

Summary

Initializes a new instance of the MatchedFrameEventArgs class with explicit parameters.

Syntax
TypeScript
JavaScript
MatchedFrameEventArgs = function( 
   frame, 
   targetFrame 
) 
constructor( 
   frame: Frame, 
   targetFrame: Frame 
); 

Parameters

frame

The reference frame in question.

targetFrame

The target frame that should be compared to the reference frame to see if they match the critiera that the user specified.

Remarks

The MatchedFrameEventArgs class provides data for MatchedFrames.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly