DX9ToolsR4 - Created by: X

DX9DDGraphicsWin Constructor (Control, CreateFlags, Size)

Creates a new instance of the object.

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

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

See Also

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