Creates a new instance of the object.
Creates a new instance of the object. Uses DirectDraw.CreateFlags.Default for the creation flags.
public DX9DDGraphicsWin(Control);
Creates a new instance of the object. Width/Height are retrieved from Ctrl.
public DX9DDGraphicsWin(Control,CreateFlags);
Creates a new instance of the object.
public DX9DDGraphicsWin(Control,CreateFlags,Size);
Creates a new instance of the object.
public DX9DDGraphicsWin(Control,CreateFlags,int,int);
DX9DDGraphicsWin Class | CBX.Libs.DX9ToolsR4 Namespace