Click or drag to resize

Display Constructor

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)
Syntax
public Display(
	int width,
	int height,
	int colorDepth,
	int textWidth,
	int textHeight,
	int regionCount,
	int captionLength
)

Parameters

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