isee.NET Framework Documentation

Input.CopyTo Method 

Copy this input to another input

[Visual Basic]
Public Sub CopyTo( _
   ByRef input As Input _
)
[C#]
public void CopyTo(
   ref Input input
);

Parameters

input
The input to which this input will be copied

See Also

Input Class | iseesystems.iseeNET Namespace