DX9ToolsR4 - Created by: X

DX9DDGraphicsWin Constructor (Control, CreateFlags, Int32, Int32)

Creates a new instance of the object.

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

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.
Width
The width of the backbuffer to create.
Height
The height of the backbuffer to create.

See Also

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