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