Create(Factory1,Device) Method
In This Topic
Initializes a new instance of the
Device class.
Syntax
'Declaration
Public Overloads Shared Function Create( _
ByVal As Factory1, _
ByVal As Device _
) As Device
public static Device Create(
Factory1 ,
Device
)
Parameters
- factory
The Factory1 object used when creating the Device.
- device
The GrapeCity.Documents.DX.DXGI.Device object used when creating the Device.
See Also