Click or drag to resize

SystemSettingsDisplayInfo Constructor

Initializes a new instance of the SystemSettingsDisplayInfo class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public DisplayInfo(
	string deviceName,
	RectangleI bounds,
	RectangleI workingArea,
	bool primary
)

Parameters

deviceName  String
 
bounds  RectangleI
 
workingArea  RectangleI
 
primary  Boolean
 
See Also