Used to help determin what display modes are availible.
[Visual Basic] Overloads Public Shared Function ModeAvailible( _ ByVal AdapterIndex As Integer, _ ByVal Size As Size, _ ByVal Format As Format _ ) As Boolean
[C#] public static bool ModeAvailible( intAdapterIndex, SizeSize, FormatFormat );
Parameters
AdapterIndex
The index of the adapter to test.
Size
Represents the width and height to test for.
Format
The display format of the display mode to test for.