Initializes a new instance of the
Picture class
Namespace: DeltaEngine.Scenes.ControlsAssembly: DeltaEngine.Scenes (in DeltaEngine.Scenes.dll) Version: 1.1.1.0 (1.1.1)
public Picture(
Theme theme,
Material material,
Rectangle drawArea
)
public Picture(
Theme theme,
Material material,
Rectangle drawArea
)
Public Sub New (
theme As Theme,
material As Material,
drawArea As Rectangle
)
Public Sub New (
theme As Theme,
material As Material,
drawArea As Rectangle
)
public:
Picture(
Theme^ theme,
Material^ material,
Rectangle drawArea
)
public:
Picture(
Theme^ theme,
Material^ material,
Rectangle drawArea
)
new :
theme : Theme *
material : Material *
drawArea : Rectangle -> Picture
new :
theme : Theme *
material : Material *
drawArea : Rectangle -> Picture