←Select platform

WindowLevelInformation Constructor(int,int,string,Keys)

Summary

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

Syntax

C#
VB
C++
public WindowLevelInformation( 
   int width, 
   int center, 
   string name, 
   Keys shortcut 
) 
  
Public Function New( _ 
   ByVal width As Integer, _ 
   ByVal center As Integer, _ 
   ByVal name As String, _ 
   ByVal shortcut As Keys _ 
) 
public: 
WindowLevelInformation(  
   int width, 
   int center, 
   String^ name, 
   Keys shortcut 
) 

Parameters

width
An System.Int32 value that represents the window level width.

center
An System.Int32 value that represents the window level center.

name
A System.String that represents the name of the WindowLevelInformation object.

shortcut
A System.Windows.Forms.Keys value that represent the shortcut key for the WindowLevelInformation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly