LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
InterploationChangedEventArgs Constructor
See Also 
Leadtools.Medical.Workstation.UI Namespace > InterploationChangedEventArgs Class : InterploationChangedEventArgs Constructor




interpolation
An Interpolation value that represents the new interpolation type.
Initializes a new instance of the InterploationChangedEventArgsclass with the specified Interpolation value

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal interpolation As Interploation _
)
Visual Basic (Usage)Copy Code
Dim interpolation As Interploation
 
Dim instance As New InterploationChangedEventArgs(interpolation)
C# 
public InterploationChangedEventArgs( 
   Interploation interpolation
)
Managed Extensions for C++ 
public: InterploationChangedEventArgs( 
   Interploation interpolation
)
C++/CLI 
public:
InterploationChangedEventArgs( 
   Interploation interpolation
)

Parameters

interpolation
An Interpolation value that represents the new interpolation type.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also