Gets all display modes of the graphic card in this computer, that match the reference mode mode. If some reference mode property is null, comparsion of that property is skipped.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public DisplayMode[] GetDisplayModes(
	DisplayMode mode
)

Parameters

mode
Type: DisplayMode
The reference mode.

Return Value

Returns all modes of the graphic card in this computer that match the reference mode mode.

See Also