DX9ToolsR4 - Created by: X
DX9DDGraphicsFull Constructor
Creates a new instance of the object.
[Visual Basic]
Public Sub New( _
ByVal
Ctrl
As
Control
, _
ByVal
Create
As
CreateFlags
, _
ByVal
Width
As
Integer
, _
ByVal
Height
As
Integer
, _
ByVal
BPP
As
Integer
_
)
[C#]
public DX9DDGraphicsFull(
Control
Ctrl
,
CreateFlags
Create
,
int
Width
,
int
Height
,
int
BPP
);
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.
BPP
Missing <param> documentation for BPP
See Also
DX9DDGraphicsFull Class
|
CBX.Libs.DX9ToolsR4 Namespace