DX9ToolsR4 - Created by: X

DX9DDGraphicsWin Constructor

Creates a new instance of the object.

Overload List

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);

See Also

DX9DDGraphicsWin Class | CBX.Libs.DX9ToolsR4 Namespace