Checks to see if a specific direct draw display mode is availible.
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);
GeneralHelpers Class | CBX.Libs.DX9ToolsR4 Namespace