DX9ToolsR4 - Created by: X

GeneralHelpers.ModeAvailible Method

Checks to see if a specific direct draw display mode is availible.

Overload List

Checks to see if a specific direct draw display mode is availible.

public static bool ModeAvailible(Device,int,int,int);

Used to help determin what display modes are availible.

public static bool ModeAvailible(int,DisplayMode);

Used to help determin what display modes are availible.

public static bool ModeAvailible(int,Size,Format);

Used to help determin what display modes are availible.

public static bool ModeAvailible(int,Size,int);

Used to help determin what display modes are availible.

public static bool ModeAvailible(int,SizeF,Format);

Used to help determin what display modes are availible.

public static bool ModeAvailible(int,SizeF,int);

Used to help determin what display modes are availible.

public static bool ModeAvailible(int,int,int,Format);

Used to help determin what display modes are availible.

public static bool ModeAvailible(int,int,int,int);

See Also

GeneralHelpers Class | CBX.Libs.DX9ToolsR4 Namespace