Initializes a new instance of the 
Display class.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic Display(
	int width,
	int height,
	int colorDepth,
	int textWidth,
	int textHeight,
	int regionCount,
	int captionLength
)
Public Sub New ( 
	width As Integer,
	height As Integer,
	colorDepth As Integer,
	textWidth As Integer,
	textHeight As Integer,
	regionCount As Integer,
	captionLength As Integer
)
public:
Display(
	int width, 
	int height, 
	int colorDepth, 
	int textWidth, 
	int textHeight, 
	int regionCount, 
	int captionLength
)
new : 
        width : int * 
        height : int * 
        colorDepth : int * 
        textWidth : int * 
        textHeight : int * 
        regionCount : int * 
        captionLength : int -> DisplayParameters
- width
 - Type: SystemInt32
width of the display in pixels - height
 - Type: SystemInt32
height of the display in pixels - colorDepth
 - Type: SystemInt32
color depth of the display in bits - textWidth
 - Type: SystemInt32
width of a character in pixels - textHeight
 - Type: SystemInt32
height of a character in pixels - regionCount
 - Type: SystemInt32
number of supported regions - captionLength
 - Type: SystemInt32
maximum caption length 
See Also