Used to help determin what display modes are availible.
[Visual Basic] Overloads Public Shared Function ModeAvailible( _ ByVal AdapterIndex As Integer, _ ByVal Size As SizeF, _ ByVal BitDepth As Integer _ ) As Boolean
[C#] public static bool ModeAvailible( intAdapterIndex, SizeFSize, intBitDepth );
Parameters
AdapterIndex
The index of the adapter to test.
Size
Represents the width and height to test for.
BitDepth
The bit depth to test for. Only 16bit or 32bit is allowed otherwise argument exception is raised.