BinaryImageMoveRight Method

Attempts to move the cells of the image right by one cell. If there is a filled cell in the right column, no transformation is done.

Definition

Namespace: ProjectLCore.GamePieces
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public BinaryImage MoveRight()

Return Value

BinaryImage
The transformed image.

See Also