Initializes a new instance of the
Controller class
Namespace: BlocksAssembly: Blocks (in Blocks.exe) Version: 1.1.1.0 (1.1.1)
public Controller(
Orientation displayMode,
BlocksContent content
)
public Controller(
Orientation displayMode,
BlocksContent content
)
Public Sub New (
displayMode As Orientation,
content As BlocksContent
)
Public Sub New (
displayMode As Orientation,
content As BlocksContent
)
public:
Controller(
Orientation displayMode,
BlocksContent^ content
)
public:
Controller(
Orientation displayMode,
BlocksContent^ content
)
new :
displayMode : Orientation *
content : BlocksContent -> Controller
new :
displayMode : Orientation *
content : BlocksContent -> Controller