DX9ToolsR4 - Created by: X

DX9DDGraphicsWin Constructor (Control, CreateFlags)

Creates a new instance of the object. Width/Height are retrieved from Ctrl.

[Visual Basic]
Overloads Public Sub New( _
   ByVal Ctrl As Control, _
   ByVal Create As CreateFlags _
)
[C#]
public DX9DDGraphicsWin(
   Control Ctrl,
   CreateFlags Create
);

Parameters

Ctrl
A reference to a control that you want directdraw to render to.
Create
Specifies the type of device you wish to create hardware, emulated etc.

See Also

DX9DDGraphicsWin Class | CBX.Libs.DX9ToolsR4 Namespace | DX9DDGraphicsWin Constructor Overload List