ChessBoardVisualLib.ViewModel.SquareItem.ResetTransform C# (CSharp) Method

ResetTransform() public method

public ResetTransform ( ) : void
return void
        public void ResetTransform()
        {
            this.DeltaXTransform = 0;
            this.DeltaYTransform = 0;
        }