MedicalViewer Constructor(int,int)

Summary

Initializes a new instance of a MedicalViewer object with explicit parameters.

Syntax
C#
VB
C++
public MedicalViewer( 
   int rows, 
   int columns 
) 
  
Public Function New( _ 
   ByVal rows As Integer, _ 
   ByVal columns As Integer _ 
) 
            public: 
MedicalViewer(  
   int rows, 
   int columns 
) 

Parameters

rows
The number of rows. The maximum allowed number of rows is 8.

columns
The number of columns. The maximum allowed number of columns is 8.

Example

For an example, refer to MedicalViewer

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.MedicalViewer Assembly