DX9ToolsR4 - Created by: X

GeneralHelpers.ModeAvailible Method (Int32, DisplayMode)

Used to help determin what display modes are availible.

[Visual Basic]
Overloads Public Shared Function ModeAvailible( _
   ByVal AdapterIndex As Integer, _
   ByVal Mode As DisplayMode _
) As Boolean
[C#]
public static bool ModeAvailible(
   int AdapterIndex,
   DisplayMode Mode
);

Parameters

AdapterIndex
The index of the adapter to test.
Mode
A Direct3D.DisplayMode type representing the display mode to test for.

Return Value

Returns True if successfull.

See Also

GeneralHelpers Class | CBX.Libs.DX9ToolsR4 Namespace | GeneralHelpers.ModeAvailible Overload List