Initializes a new instance of the
Drawing class
Namespace: DeltaEngine.GraphicsAssembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
public Drawing(
Device device,
Window window
)
public Drawing(
Device device,
Window window
)
Public Sub New (
device As Device,
window As Window
)
Public Sub New (
device As Device,
window As Window
)
public:
Drawing(
Device^ device,
Window^ window
)
public:
Drawing(
Device^ device,
Window^ window
)
new :
device : Device *
window : Window -> Drawing
new :
device : Device *
window : Window -> Drawing